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

Commit

Permalink
Update manifests to v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmt committed Dec 15, 2019
1 parent 4f00c36 commit 011e5eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion manifests/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ 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: alexmt/argocd-notifications
newTag: v0.1
2 changes: 1 addition & 1 deletion manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
- /app/config/config.yaml
- --notifiers
- /app/secret/notifiers.yaml
image: alexmt/argocd-notifications:latest
image: alexmt/argocd-notifications:v0.1
imagePullPolicy: Always
name: argocd-notifications-controller
volumeMounts:
Expand Down

0 comments on commit 011e5eb

Please sign in to comment.