Skip to content

Commit

Permalink
Merge pull request #25 from pawan-deploy/main
Browse files Browse the repository at this point in the history
Changed container images for calico-networking
  • Loading branch information
prakarsh-dt authored Sep 2, 2021
2 parents 41f8460 + f932fd4 commit 3f28b18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/calico-networking/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: calico
description: Chart to deploy calico networking
version: 0.1.0
version: 0.1.1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
priorityClassName: system-cluster-critical
containers:
- name: calico-kube-controllers
image: docker.io/calico/kube-controllers:v3.19.1
image: quay.io/devtron/calico-networking:kube-controllers-v3.19.1
env:
# Choose which controllers to run.
- name: ENABLED_CONTROLLERS
Expand Down
8 changes: 4 additions & 4 deletions charts/calico-networking/templates/calico-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
# It can be deleted if this is a fresh installation, or if you have already
# upgraded to use calico-ipam.
- name: upgrade-ipam
image: docker.io/calico/cni:v3.19.1
image: quay.io/devtron/calico-networking:cni-v3.19.1
command: ["/opt/cni/bin/calico-ipam", "-upgrade"]
envFrom:
- configMapRef:
Expand All @@ -70,7 +70,7 @@ spec:
# This container installs the CNI binaries
# and CNI network config file on each node.
- name: install-cni
image: docker.io/calico/cni:v3.19.1
image: quay.io/devtron/calico-networking:cni-v3.19.1
command: ["/opt/cni/bin/install"]
envFrom:
- configMapRef:
Expand Down Expand Up @@ -111,7 +111,7 @@ spec:
# Adds a Flex Volume Driver that creates a per-pod Unix Domain Socket to allow Dikastes
# to communicate with Felix over the Policy Sync API.
- name: flexvol-driver
image: docker.io/calico/pod2daemon-flexvol:v3.19.1
image: quay.io/devtron/calico-networking:pod2daemon-flexvol-v3.19.1
volumeMounts:
- name: flexvol-driver-host
mountPath: /host/driver
Expand All @@ -122,7 +122,7 @@ spec:
# container programs network policy and routes on each
# host.
- name: calico-node
image: docker.io/calico/node:v3.19.1
image: quay.io/devtron/calico-networking:node-v3.19.1
envFrom:
- configMapRef:
# Allow KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT to be overridden for eBPF mode.
Expand Down

0 comments on commit 3f28b18

Please sign in to comment.