Skip to content

Commit

Permalink
Release v0.0.5 (#32)
Browse files Browse the repository at this point in the history
* Increment operator version
  • Loading branch information
jomkz authored Mar 30, 2020
1 parent 2dec224 commit 9397a17
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy/catalog_source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ metadata:
name: argocd-catalog
spec:
sourceType: grpc
image: quay.io/jmckind/argocd-operator-registry:latest
image: quay.io/jmckind/argocd-operator-registry@sha256:4eed3de69b7322c53a859ed46cab4df7cbd715ad454431346a95f206a07480b5
displayName: Argo CD Operators
publisher: Argo CD Community
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
capabilities: Auto Pilot
categories: Integration & Delivery
certified: "false"
containerImage: quay.io/jmckind/argocd-operator:v0.0.5
containerImage: quay.io/jmckind/argocd-operator@sha256:5d7c4b0e8e0fea068e49a9718a35ae068fc267e607f7393374db39916d7186f4
createdAt: "2020-02-28 22:47:13"
description: Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.
repository: https://github.com/argoproj-labs/argocd-operator
Expand Down Expand Up @@ -513,7 +513,7 @@ spec:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: argocd-operator
image: quay.io/jmckind/argocd-operator:latest
image: quay.io/jmckind/argocd-operator@sha256:5d7c4b0e8e0fea068e49a9718a35ae068fc267e607f7393374db39916d7186f4
imagePullPolicy: Always
name: argocd-operator
resources: {}
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
serviceAccountName: argocd-operator
containers:
- name: argocd-operator
image: quay.io/jmckind/argocd-operator:latest
image: quay.io/jmckind/argocd-operator@sha256:5d7c4b0e8e0fea068e49a9718a35ae068fc267e607f7393374db39916d7186f4
command:
- argocd-operator
imagePullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ package version

var (
// Version is the ArgoCD Operator version.
Version = "0.0.4"
Version = "0.0.5"
)

0 comments on commit 9397a17

Please sign in to comment.