Skip to content

Commit

Permalink
bump to version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Dec 12, 2021
1 parent db5c238 commit f3ef79f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/cloudbuild-to-private-gke-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ availableSecrets:
versionName: projects/${PROJECT_ID}/secrets/simple-iap-proxy-target-url/versions/latest

substitutions:
_SIMPLE_IAP_PROXY: 'gcr.io/binx-io-public/simple-iap-proxy:e8877d6'
_SIMPLE_IAP_PROXY: 'gcr.io/binx-io-public/simple-iap-proxy:0.4.1'
_CLUSTER_NAME: cluster7
_CLUSTER_ZONE: europe-west4-c
2 changes: 1 addition & 1 deletion terraform/iap-proxy.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ After=docker.service network-online.target


[Service]
Environment="IMAGE=gcr.io/binx-io-public/simple-iap-proxy:0.4.0"
Environment="IMAGE=gcr.io/binx-io-public/simple-iap-proxy:0.4.1"

ExecStartPre=ctr images pull ${IMAGE}

Expand Down

0 comments on commit f3ef79f

Please sign in to comment.