Skip to content

Commit

Permalink
nodeinit: Update image tag
Browse files Browse the repository at this point in the history
This tag has no functional changes over previous one, however
it includes a fix to the manifest format issue that was seen
due to a bug in BuildKit (see #13429).

Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
  • Loading branch information
errordeveloper authored and joestringer committed Oct 23, 2020
1 parent 91748c7 commit 6b54fde
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion install/kubernetes/Makefile
Expand Up @@ -9,7 +9,7 @@ VERSION := 1.8.90
HUBBLE_PROXY_VERSION := "v1.14.5"
HUBBLE_UI_VERSION := "v0.7.2"
MANAGED_ETCD_VERSION := "v2.0.7"
NODEINIT_VERSION := "af2a99046eca96c0138551393b21a5c044c7fe79"
NODEINIT_VERSION := "62bfbe88c17778aad7bef9fa57ff9e2d4a9ba0d8"
CERTGEN_VERSION := "v0.1.0@sha256:904d659b735abcb41412cfac0238471569ff7f923bda68493f29383c85bee2d2"

QUICK_INSTALL := "$(ROOT_DIR)/$(RELATIVE_DIR)/quick-install.yaml"
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/cilium/README.md
Expand Up @@ -205,7 +205,7 @@ Helm chart for Cilium
| nodeinit.extraInitContainers | list | `[]` | |
| nodeinit.image.pullPolicy | string | `"Always"` | |
| nodeinit.image.repository | string | `"docker.io/cilium/startup-script"` | |
| nodeinit.image.tag | string | `"af2a99046eca96c0138551393b21a5c044c7fe79"` | |
| nodeinit.image.tag | string | `"62bfbe88c17778aad7bef9fa57ff9e2d4a9ba0d8"` | |
| nodeinit.nodeSelector | object | `{}` | |
| nodeinit.podAnnotations | object | `{}` | |
| nodeinit.podDisruptionBudget.enabled | bool | `true` | |
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/cilium/values.yaml
Expand Up @@ -1141,7 +1141,7 @@ nodeinit:

image:
repository: docker.io/cilium/startup-script
tag: af2a99046eca96c0138551393b21a5c044c7fe79
tag: 62bfbe88c17778aad7bef9fa57ff9e2d4a9ba0d8
pullPolicy: Always

## nodeinit priorityClassName
Expand Down
2 changes: 1 addition & 1 deletion test/make-images-push-to-local-registry.sh
Expand Up @@ -30,7 +30,7 @@ docker push "$1/cilium/operator-azure:$2"
docker push "$1/cilium/hubble-relay:$2"

# push startup-script image with proper tag to repo
nodeInitTag="af2a99046eca96c0138551393b21a5c044c7fe79"
nodeInitTag="62bfbe88c17778aad7bef9fa57ff9e2d4a9ba0d8"
docker pull "cilium/startup-script:$nodeInitTag"
docker tag "cilium/startup-script:$nodeInitTag" "$1/cilium/startup-script:$nodeInitTag"
docker push "$1/cilium/startup-script:$nodeInitTag"
Expand Down

0 comments on commit 6b54fde

Please sign in to comment.