Skip to content

Commit 3ee4c4f

Browse files
committed
update argo-cd version
Signed-off-by: Jaideep Rao <[email protected]>
2 parents 72e89b9 + 08c2397 commit 3ee4c4f

File tree

167 files changed

+962
-192
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+962
-192
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
2323
# Refer to https://github.com/GoogleContainerTools/distroless for more details
2424
FROM gcr.io/distroless/static:nonroot
2525
WORKDIR /
26-
COPY --from=builder /workspace/manager .
26+
COPY --from=builder /workspace/manager /usr/local/bin/manager
2727

2828
# install redis artifacts
2929
COPY build/redis /var/lib/redis
3030

3131
USER 65532:65532
3232

33-
ENTRYPOINT ["/manager"]
33+
ENTRYPOINT ["/usr/local/bin/manager"]

bundle/bundle.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM scratch
33
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
44
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
55
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
6-
LABEL operators.operatorframework.io.bundle.package.v1=openshift-gitops-operator
6+
LABEL operators.operatorframework.io.bundle.package.v1=gitops-operator
77
LABEL operators.operatorframework.io.bundle.channels.v1=latest
88
LABEL operators.operatorframework.io.bundle.channel.default.v1=latest
99

bundle/manifests/gitops-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ spec:
233233
Audit trails of rollouts to the clusters\n* Monitoring and logging integration
234234
with OpenShift\n* Automated GitOps bootstrapping using Tekton and Argo CD with
235235
[GitOps Application Manager CLI](https://github.com/redhat-developer/kam)\n\n##
236-
Components\n* Argo CD 2.6.7\n* GitOps Application Manager CLI ([download](https://github.com/redhat-developer/kam/releases))\n\n##
236+
Components\n* Argo CD 2.6.12\n* GitOps Application Manager CLI ([download](https://github.com/redhat-developer/kam/releases))\n\n##
237237
How to Install \nAfter installing the OpenShift GitOps operator, an instance of
238238
Argo CD is installed in the `openshift-gitops` namespace which has sufficent privileges
239239
for managing cluster configurations. You can create additional Argo CD instances

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
value: openshift-gitops
3333
- name: OPERATOR_NAME
3434
value: gitops-operator
35-
image: quay.io/redhat-developer/gitops-operator:v1.8.0
35+
image: controller
3636
livenessProbe:
3737
httpGet:
3838
path: /healthz

0 commit comments

Comments
 (0)