Skip to content

Commit

Permalink
[CI] Helm Chart Update tigera-operator
Browse files Browse the repository at this point in the history
  • Loading branch information
Hritik Batra committed Sep 23, 2024
1 parent 05eca29 commit 063891d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ All releases and the changes included in them (pulled from git commits added sin
- Updated argo-cd from version 7.5.2 to 7.6.1

### Patch Version Upgrades %%^^
- Updated tigera-operator from version v3.28.1 to v3.28.2
- Updated rook-ceph-cluster from version v1.15.1 to v1.15.2
- Updated rook-ceph from version v1.15.1 to v1.15.2
- Updated redmine from version 29.0.5 to 29.0.6
Expand Down
6 changes: 3 additions & 3 deletions argocd-helm-charts/tigera-operator/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: tigera-operator
repository: https://projectcalico.docs.tigera.io/charts
version: v3.28.1
digest: sha256:a88f1e566c318271db9781803686933f9906843ae611d01c383bdd33c9f0c637
generated: "2024-07-31T20:55:16.206874763+05:30"
version: v3.28.2
digest: sha256:054759eb81897bcd1739634a760f88209a6a50de67a215c792e82d31f290efb9
generated: "2024-09-23T13:25:29.840278135+05:30"
2 changes: 1 addition & 1 deletion argocd-helm-charts/tigera-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: tigera-operator
version: 1.0.0
dependencies:
- name: tigera-operator
version: v3.28.1
version: v3.28.2
#repository: https://github.com/projectcalico/calico/tree/master/calico/_includes/charts/tigera-operator
#repository: "oci://ghcr.io/Obmondo"
repository: https://projectcalico.docs.tigera.io/charts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: v3.28.1
appVersion: v3.28.2
description: Installs the Tigera operator for Calico
home: https://projectcalico.docs.tigera.io/about/about-calico
icon: https://projectcalico.docs.tigera.io/images/felix_icon.png
Expand All @@ -8,4 +8,4 @@ sources:
- https://github.com/projectcalico/calico/tree/master/calico/_includes/charts/tigera-operator
- https://github.com/tigera/operator
- https://github.com/projectcalico/calico
version: v3.28.1
version: v3.28.2
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ metadata:
name: kubernetes-services-endpoint
namespace: {{.Release.Namespace}}
data:
KUBERNETES_SERVICE_HOST: {{ .Values.kubernetesServiceEndpoint.host }}
KUBERNETES_SERVICE_PORT: {{ .Values.kubernetesServiceEndpoint.port }}
KUBERNETES_SERVICE_HOST: {{ .Values.kubernetesServiceEndpoint.host | quote }}
KUBERNETES_SERVICE_PORT: {{ .Values.kubernetesServiceEndpoint.port | quote }}
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ podLabels: {}
# Image and registry configuration for the tigera/operator pod.
tigeraOperator:
image: tigera/operator
version: v1.34.3
version: v1.34.5
registry: quay.io
calicoctl:
image: docker.io/calico/ctl
tag: v3.28.1
tag: v3.28.2

kubeletVolumePluginPath: /var/lib/kubelet

Expand Down

0 comments on commit 063891d

Please sign in to comment.