From ec9234f21fd2d8e8f44e035446ac3a83ad8765ab Mon Sep 17 00:00:00 2001 From: Kiran Yadav Date: Thu, 26 Dec 2024 15:56:15 +0530 Subject: [PATCH] scoop-v24 --- charts/scoop/Chart.yaml | 4 ++-- charts/scoop/templates/deployment.yml | 2 +- charts/scoop/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/scoop/Chart.yaml b/charts/scoop/Chart.yaml index 0c4ce3f9..edee1e93 100644 --- a/charts/scoop/Chart.yaml +++ b/charts/scoop/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: devtron-scoop description: Chart to deploy scoop type: application -version: 1.1.0 -appVersion: "0.23.0" +version: 1.2.0 +appVersion: "0.24.0" maintainers: - email: devops@devtron.ai name: Devops-Team DEVTRON diff --git a/charts/scoop/templates/deployment.yml b/charts/scoop/templates/deployment.yml index cf4e637e..5983881e 100644 --- a/charts/scoop/templates/deployment.yml +++ b/charts/scoop/templates/deployment.yml @@ -39,7 +39,7 @@ spec: {{- end }} containers: - name: scoop - image: {{ $.Values.scoop.image | default "devtroninc.azurecr.io/scoop:v0.23.0" }} + image: {{ $.Values.scoop.image | default "devtroninc.azurecr.io/scoop:v0.24.0" }} imagePullPolicy: IfNotPresent ports: - name: app diff --git a/charts/scoop/values.yaml b/charts/scoop/values.yaml index 8609e38a..aa512b05 100644 --- a/charts/scoop/values.yaml +++ b/charts/scoop/values.yaml @@ -10,7 +10,7 @@ service: # If both existingImagePullSecret and imagePullSecrets are present, existingImagePullSecret will be given preference. scoop: replicaCount: 1 - image: "devtroninc.azurecr.io/scoop:v0.23.0" + image: "devtroninc.azurecr.io/scoop:v0.24.0" imagePullSecrets: existingImagePullSecret: "" enabled: false