diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0cb8cc20..b442d5dc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -363,6 +363,8 @@ jobs: echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list sudo apt-get -y update sudo apt-get -y install helm + sudo apt-get -y install libkrb5-dev + sudo apt-get -y install protobuf-compiler sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_arm64 -O /usr/bin/yq && sudo chmod +x /usr/bin/yq fi diff --git a/Makefile b/Makefile index 3bc12347..f8d5db9f 100644 --- a/Makefile +++ b/Makefile @@ -7,9 +7,7 @@ # It is available from Nixpkgs as `yq-go` (`nix shell nixpkgs#yq-go`) # This script also requires `jq` https://stedolan.github.io/jq/ -Break the GitHib action!!! - -.PHONY: build publish +.PHONY: build, publish TAG := $(shell git rev-parse --short HEAD) OPERATOR_NAME := secret-operator diff --git a/deploy/helm/secret-operator/values.yaml b/deploy/helm/secret-operator/values.yaml index 574274be..62ed356b 100644 --- a/deploy/helm/secret-operator/values.yaml +++ b/deploy/helm/secret-operator/values.yaml @@ -7,8 +7,8 @@ image: csiProvisioner: image: - repository: docker.stackable.tech/k8s/sig-storage/csi-provisioner - tag: v4.0.1 + repository: docker.stackable.tech/k8s/csi-provisioner + tag: v5.0.1 pullPolicy: IfNotPresent resources: requests: @@ -19,7 +19,7 @@ csiProvisioner: memory: 128Mi csiNodeDriverRegistrar: image: - repository: docker.stackable.tech/k8s/sig-storage/csi-node-driver-registrar + repository: docker.stackable.tech/k8s/csi-node-driver-registrar tag: v2.10.1 pullPolicy: IfNotPresent resources: