Skip to content

Commit

Permalink
Update chart values
Browse files Browse the repository at this point in the history
  • Loading branch information
danudey committed Nov 20, 2024
1 parent bfdaf74 commit 3594faa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/calico/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The Calico version to use when generating manifests.
version: v3.29.0
version: v3.29.1

# Configure the images to use when generating manifests.
node:
Expand Down
6 changes: 3 additions & 3 deletions charts/tigera-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ podLabels: {}
# Image and registry configuration for the tigera/operator pod.
tigeraOperator:
image: tigera/operator
version: v1.36.0
version: v1.36.2
registry: quay.io
calicoctl:
image: docker.io/calico/ctl
tag: v3.29.0
tag: v3.29.1

kubeletVolumePluginPath: /var/lib/kubelet

# Optionally configure the host and port used to access the Kubernetes API server.
kubernetesServiceEndpoint:
host: ""
port: "6443"
port: "6443"

0 comments on commit 3594faa

Please sign in to comment.