Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/helm-charts-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion documentation/public/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. | "" |
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.24.3
0.32.3
Loading