Skip to content

Commit

Permalink
chore: bump kube-oidc-proxy (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrabovcin authored Oct 21, 2024
1 parent 557d7c9 commit 916bac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kube-oidc-proxy/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BASE_IMAGE ?= gcr.io/distroless/static-debian12@sha256:0d6ada5faececed5cd3f99baa08e4109934f2371c0d81b3bff38924fe1deea05
BASE_IMAGE ?= gcr.io/distroless/static-debian12@sha256:69830f29ed7545c762777507426a412f97dad3d8d32bae3e74ad3fb6160917ea

SOURCE_IMAGE_REPO ?= ghcr.io/tremolosecurity/kube-oidc-proxy
SOURCE_IMAGE_VERSION ?= 1.0.6
SOURCE_IMAGE_VERSION ?= 1.0.7
SOURCE_IMAGE ?= $(SOURCE_IMAGE_REPO):$(SOURCE_IMAGE_VERSION)

TARGET_IMAGE_REPO ?= ghcr.io/mesosphere/dkp-container-images/kube-oidc-proxy
Expand Down

0 comments on commit 916bac2

Please sign in to comment.