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

Commit

Permalink
update image version to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmt committed Mar 2, 2020
1 parent b0736c6 commit 983c156
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
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: v0.5.0
6 changes: 5 additions & 1 deletion manifests/controller/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ resources:
- argocd-notifications-cm.yaml
- argocd-notifications-controller-deployment.yaml
- argocd-notifications-secret.yaml
- argocd-notifications-controller-role.yaml
- argocd-notifications-controller-role.yaml

images:
- name: argoprojlabs/argocd-notifications
newTag: v0.5.0
8 changes: 4 additions & 4 deletions manifests/install-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ type: Opaque
apiVersion: v1
kind: Service
metadata:
name: argocd-notification-bot
name: argocd-notifications-bot
spec:
ports:
- name: server
port: 80
protocol: TCP
targetPort: 8080
selector:
app.kubernetes.io/name: argocd-notification-bot
app.kubernetes.io/name: argocd-notifications-bot
type: LoadBalancer
---
apiVersion: apps/v1
Expand All @@ -117,7 +117,7 @@ spec:
- command:
- /app/argocd-notifications
- bot
image: argoprojlabs/argocd-notifications:latest
image: argoprojlabs/argocd-notifications:v0.5.0
imagePullPolicy: Always
name: argocd-notifications-bot
workingDir: /app
Expand All @@ -142,7 +142,7 @@ spec:
- command:
- /app/argocd-notifications
- controller
image: argoprojlabs/argocd-notifications:latest
image: argoprojlabs/argocd-notifications:v0.5.0
imagePullPolicy: Always
name: argocd-notifications-controller
workingDir: /app
Expand Down
2 changes: 1 addition & 1 deletion manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
- command:
- /app/argocd-notifications
- controller
image: argoprojlabs/argocd-notifications:latest
image: argoprojlabs/argocd-notifications:v0.5.0
imagePullPolicy: Always
name: argocd-notifications-controller
workingDir: /app
Expand Down

0 comments on commit 983c156

Please sign in to comment.