diff --git a/.github/workflows/helm-charts-release.yaml b/.github/workflows/helm-charts-release.yaml index efd876af..a2ddc200 100644 --- a/.github/workflows/helm-charts-release.yaml +++ b/.github/workflows/helm-charts-release.yaml @@ -3,7 +3,7 @@ on: workflow_dispatch: inputs: release: - description: "Release version (e.g. v0.35.2)" + description: "Release version (e.g. 0.35.2)" required: true type: string diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 33c82f81..239e69d9 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -8,13 +8,13 @@ on: workflow_dispatch: inputs: tag: - description: "Release tag to publish (e.g. v0.35.2)" + description: "Release tag to publish (e.g. 0.35.2)" required: true type: string workflow_call: inputs: tag: - description: "Release tag to publish (e.g. v0.35.2)" + description: "Release tag to publish (e.g. 0.35.2)" required: true type: string env: diff --git a/documentation/public/installation.md b/documentation/public/installation.md index 53efa0ab..a6151c7d 100644 --- a/documentation/public/installation.md +++ b/documentation/public/installation.md @@ -225,7 +225,7 @@ openssl x509 -req -days 730 -CA ca.crt -CAkey ca.key -CAcreateserial -out site-m | serviceAccount.name | The name of Service Account for `site-manager`. | "site-manager-sa" | | image.repository | The docker image repository name. | ghcr.io/netcracker/site-manager | | image.pullPolicy | The docker image pull policy. | Always | -| image.tag | The docker image tag. | v1.0 | +| image.tag | The docker image tag. | 1.0 | | ingress.create | Enable/disable ingress creation. | true | | ingress.name | Define URL for `site-manager` ingress. | `site-manager-${.Release.Namespace}.${.Values.CLOUD_PUBLIC_HOST}` | | ingress.className | Define class name for ingress. | "" | diff --git a/version b/version index cbb063f5..d721c768 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.24.3 +0.32.3