diff --git a/CHANGELOG.md b/CHANGELOG.md index 52213a0aa..39d6eb119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/argocd-helm-charts/tigera-operator/Chart.lock b/argocd-helm-charts/tigera-operator/Chart.lock index bd79f44ec..b216a71c6 100644 --- a/argocd-helm-charts/tigera-operator/Chart.lock +++ b/argocd-helm-charts/tigera-operator/Chart.lock @@ -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" diff --git a/argocd-helm-charts/tigera-operator/Chart.yaml b/argocd-helm-charts/tigera-operator/Chart.yaml index de1b39e95..427717349 100644 --- a/argocd-helm-charts/tigera-operator/Chart.yaml +++ b/argocd-helm-charts/tigera-operator/Chart.yaml @@ -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 diff --git a/argocd-helm-charts/tigera-operator/charts/tigera-operator/Chart.yaml b/argocd-helm-charts/tigera-operator/charts/tigera-operator/Chart.yaml index 0de808281..7da29469b 100644 --- a/argocd-helm-charts/tigera-operator/charts/tigera-operator/Chart.yaml +++ b/argocd-helm-charts/tigera-operator/charts/tigera-operator/Chart.yaml @@ -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 @@ -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 diff --git a/argocd-helm-charts/tigera-operator/charts/tigera-operator/templates/tigera-operator/01-kubernetes-services-endpoint.yaml b/argocd-helm-charts/tigera-operator/charts/tigera-operator/templates/tigera-operator/01-kubernetes-services-endpoint.yaml index 6ad30a52e..5f154b2c6 100644 --- a/argocd-helm-charts/tigera-operator/charts/tigera-operator/templates/tigera-operator/01-kubernetes-services-endpoint.yaml +++ b/argocd-helm-charts/tigera-operator/charts/tigera-operator/templates/tigera-operator/01-kubernetes-services-endpoint.yaml @@ -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 }} diff --git a/argocd-helm-charts/tigera-operator/charts/tigera-operator/values.yaml b/argocd-helm-charts/tigera-operator/charts/tigera-operator/values.yaml index 1d5c6a377..38fd9d4c7 100644 --- a/argocd-helm-charts/tigera-operator/charts/tigera-operator/values.yaml +++ b/argocd-helm-charts/tigera-operator/charts/tigera-operator/values.yaml @@ -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