diff --git a/Docker-Swarm-deployment/single-node/resource-server/rs-stack.yaml b/Docker-Swarm-deployment/single-node/resource-server/rs-stack.yaml index 9d04bb41d..f98bb6401 100644 --- a/Docker-Swarm-deployment/single-node/resource-server/rs-stack.yaml +++ b/Docker-Swarm-deployment/single-node/resource-server/rs-stack.yaml @@ -7,7 +7,7 @@ networks: services: rs: - image: ghcr.io/datakaveri/rs-depl:5.5.0-87f2c4a + image: ghcr.io/datakaveri/rs-depl:5.6.0-alpha-1af5828 networks: - overlay-net secrets: diff --git a/K8s-deployment/Charts/resource-server/Chart.yaml b/K8s-deployment/Charts/resource-server/Chart.yaml index 89aeda842..6877bcf11 100644 --- a/K8s-deployment/Charts/resource-server/Chart.yaml +++ b/K8s-deployment/Charts/resource-server/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.32 +version: 0.1.33 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/K8s-deployment/Charts/resource-server/values.yaml b/K8s-deployment/Charts/resource-server/values.yaml index ba0b43568..3d3742bd5 100644 --- a/K8s-deployment/Charts/resource-server/values.yaml +++ b/K8s-deployment/Charts/resource-server/values.yaml @@ -72,7 +72,7 @@ diagnosticMode: image: registry: ghcr.io repository: datakaveri/rs-depl - tag: 5.5.0-87f2c4a + tag: 5.6.0-alpha-1af5828 pullSecrets: ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'