Skip to content

Commit

Permalink
fix: modified scoop for dt23 (#255)
Browse files Browse the repository at this point in the history
* modified scoop for dt23

* Update values.yaml

---------

Co-authored-by: systemsdt <[email protected]>
  • Loading branch information
kirandevtn and devopsdevton authored Nov 22, 2024
1 parent 2166a19 commit 51b5463
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/scoop/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v1
apiVersion: v2
name: devtron-scoop
description: Chart to deploy scoop
type: application
version: 1.0.0
appVersion: "1.16.0"
version: 1.1.0
appVersion: "0.23.0"
maintainers:
- email: [email protected]
name: Devops-Team DEVTRON
Expand Down
2 changes: 1 addition & 1 deletion charts/scoop/templates/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
{{- end }}
containers:
- name: scoop
image: {{ $.Values.scoop.image }}
image: {{ $.Values.scoop.image | default "devtroninc.azurecr.io/scoop:v0.23.0" }}
imagePullPolicy: IfNotPresent
ports:
- name: app
Expand Down
2 changes: 1 addition & 1 deletion charts/scoop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:187a41b0-629-25109"
image: "devtroninc.azurecr.io/scoop:v0.23.0"
imagePullSecrets:
existingImagePullSecret: ""
enabled: false
Expand Down

0 comments on commit 51b5463

Please sign in to comment.