Skip to content

Commit

Permalink
ci: sync GCLOUD_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
aszs committed Nov 13, 2024
1 parent ff87716 commit 18ab1bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_images.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build images for GHCR
on: [push]
env:
# NOTE keep versions in sync with version in TOSCA templates
# NOTE keep versions in sync with on_push.yml and version in TOSCA templates
TERRAFORM_VERSION: 1.1.4 # sync with tosca_plugins/artifacts.yaml
HELM_VERSION: 3.7.1 # sync with configurators/helm-template.yaml
GCLOUD_VERSION: 499.0.0 # sync with tosca_plugins/artifacts.yaml and Dockerfile
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: Test and Build
on: [push]
env:
# NOTE keep versions in sync with version in TOSCA templates
# NOTE keep versions in sync with dev_images.yml and version in TOSCA templates
TERRAFORM_VERSION: 1.1.4 # sync with tosca_plugins/artifacts.yaml
HELM_VERSION: 3.7.1 # sync with configurators/helm-template.yaml
GCLOUD_VERSION: 398.0.0 # sync with tosca_plugins/artifacts.yaml and Dockerfile
GCLOUD_VERSION: 499.0.0 # sync with tosca_plugins/artifacts.yaml and Dockerfile
KOMPOSE_VERSION: v1.26.1 # sync with Dockerfile
KUBECTL_VERSION: v1.24.2
K3D_VERSION: v4.4.6

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 18ab1bb

Please sign in to comment.