Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: scoop-v24 #258

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
4 changes: 2 additions & 2 deletions charts/scoop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [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 | 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
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:v0.23.0"
image: "devtroninc.azurecr.io/scoop:v0.24.0"
imagePullSecrets:
existingImagePullSecret: ""
enabled: false
Expand Down
Loading