Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
change image to v1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Matyushentsev <[email protected]>
  • Loading branch information
alexmt committed Apr 5, 2021
1 parent 33d345f commit 0136324
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
4 changes: 4 additions & 0 deletions manifests/bot/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ resources:
- argocd-notifications-bot-deployment.yaml
- argocd-notifications-bot-role.yaml
- argocd-notifications-bot-service.yaml

images:
- name: argoprojlabs/argocd-notifications
newTag: v1.1.0
6 changes: 5 additions & 1 deletion manifests/controller/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ resources:
- argocd-notifications-controller-deployment.yaml
- argocd-notifications-secret.yaml
- argocd-notifications-controller-role.yaml
- argocd-notifications-controller-metrics-service.yaml
- argocd-notifications-controller-metrics-service.yaml

images:
- name: argoprojlabs/argocd-notifications
newTag: v1.1.0
4 changes: 2 additions & 2 deletions manifests/install-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ spec:
- command:
- /app/argocd-notifications-backend
- bot
image: argoprojlabs/argocd-notifications:latest
image: argoprojlabs/argocd-notifications:v1.1.0
imagePullPolicy: Always
name: argocd-notifications-bot
workingDir: /app
Expand All @@ -178,7 +178,7 @@ spec:
- command:
- /app/argocd-notifications-backend
- controller
image: argoprojlabs/argocd-notifications:latest
image: argoprojlabs/argocd-notifications:v1.1.0
imagePullPolicy: Always
name: argocd-notifications-controller
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
- command:
- /app/argocd-notifications-backend
- controller
image: argoprojlabs/argocd-notifications:latest
image: argoprojlabs/argocd-notifications:v1.1.0
imagePullPolicy: Always
name: argocd-notifications-controller
volumeMounts:
Expand Down

0 comments on commit 0136324

Please sign in to comment.