Skip to content

Commit f8e6b0f

Browse files
authored
chore: Release v0.13.0 (#1628)
* Release v0.13.0 Signed-off-by: Siddhesh Ghadi <[email protected]> * Fix export image Signed-off-by: Siddhesh Ghadi <[email protected]> --------- Signed-off-by: Siddhesh Ghadi <[email protected]>
1 parent 66a5032 commit f8e6b0f

File tree

7 files changed

+14
-11
lines changed

7 files changed

+14
-11
lines changed

build/util/Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
# Argo CD v2.13.1
2-
FROM quay.io/argoproj/argocd@sha256:19608c266cc41e4986d9b1c2b79ea4c42bb9430269eefc5005e9d65be4d22868 as argocd
1+
# Pin Argo CD to v2.12.x. From v2.13.x, few things have changed with
2+
# argocd admin export command resulting into issues for export job.
3+
# https://github.com/argoproj-labs/argocd-operator/issues/1631
4+
# Argo CD v2.12.3
5+
FROM quay.io/argoproj/argocd@sha256:68894064bc381c19ea951029510aa614bd26bf46c2ec65ea445c7d8d095a9417 as argocd
36

47
# Final Image
58
FROM docker.io/library/ubuntu:24.04

bundle/manifests/argocd-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ metadata:
247247
capabilities: Deep Insights
248248
categories: Integration & Delivery
249249
certified: "false"
250-
createdAt: "2024-11-21T12:06:55Z"
250+
createdAt: "2024-12-20T07:08:43Z"
251251
description: Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.
252252
operators.operatorframework.io/builder: operator-sdk-v1.35.0
253253
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
@@ -1901,7 +1901,7 @@ spec:
19011901
fieldPath: metadata.annotations['olm.targetNamespaces']
19021902
- name: ENABLE_CONVERSION_WEBHOOK
19031903
value: "true"
1904-
image: quay.io/argoprojlabs/argocd-operator:v0.13.0
1904+
image: quay.io/argoprojlabs/argocd-operator@sha256:d7f62482426bd8a1ff99f193f199b11e295a1f9093a8b65fa14ada7eec77e1a3
19051905
livenessProbe:
19061906
httpGet:
19071907
path: /healthz

common/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const (
128128
ArgoCDDefaultExportJobImage = "quay.io/argoprojlabs/argocd-operator-util"
129129

130130
// ArgoCDDefaultExportJobVersion is the export job container image tag to use when not specified.
131-
ArgoCDDefaultExportJobVersion = "sha256:43f74879ce38af1e0ce37dc159332efd282b63da3eda43e71de9cecfa45df153" // 0.12.0
131+
ArgoCDDefaultExportJobVersion = "sha256:0745934cb55d95c266daa5423ece9c149bb67db99eb2b3d9215597903724c636" // 0.13.0
132132

133133
// ArgoCDDefaultExportLocalCapicity is the default capacity to use for local export.
134134
ArgoCDDefaultExportLocalCapicity = "2Gi"

config/manager/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ configMapGenerator:
1111
apiVersion: kustomize.config.k8s.io/v1beta1
1212
kind: Kustomization
1313
images:
14-
- name: controller
14+
- digest: sha256:d7f62482426bd8a1ff99f193f199b11e295a1f9093a8b65fa14ada7eec77e1a3
15+
name: controller
1516
newName: quay.io/argoprojlabs/argocd-operator
16-
newTag: v0.13.0

deploy/catalog_source.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ metadata:
44
name: argocd-catalog
55
spec:
66
sourceType: grpc
7-
image: quay.io/argoprojlabs/argocd-operator-registry@sha256:72a4c53d2baaddd7c770063735e8a62a3f56bb5c0a72b4277435773f305ac376 # 0.12.0
7+
image: quay.io/argoprojlabs/argocd-operator-registry@sha256:f0d2bb73e8b9d0561c931b2f2afc81cf28ca5711c476b02ac1887770e799ab92 # 0.13.0
88
displayName: Argo CD Operators
99
publisher: Argo CD Community

deploy/olm-catalog/argocd-operator/0.13.0/argocd-operator.v0.13.0.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ metadata:
247247
capabilities: Deep Insights
248248
categories: Integration & Delivery
249249
certified: "false"
250-
createdAt: "2024-11-21T12:06:55Z"
250+
createdAt: "2024-12-20T07:08:43Z"
251251
description: Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.
252252
operators.operatorframework.io/builder: operator-sdk-v1.35.0
253253
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
@@ -1901,7 +1901,7 @@ spec:
19011901
fieldPath: metadata.annotations['olm.targetNamespaces']
19021902
- name: ENABLE_CONVERSION_WEBHOOK
19031903
value: "true"
1904-
image: quay.io/argoprojlabs/argocd-operator:v0.13.0
1904+
image: quay.io/argoprojlabs/argocd-operator@sha256:d7f62482426bd8a1ff99f193f199b11e295a1f9093a8b65fa14ada7eec77e1a3
19051905
livenessProbe:
19061906
httpGet:
19071907
path: /healthz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
channels:
2-
- currentCSV: argocd-operator.v0.12.0
2+
- currentCSV: argocd-operator.v0.13.0
33
name: alpha
44
defaultChannel: alpha
55
packageName: argocd-operator

0 commit comments

Comments
 (0)