Skip to content

Commit

Permalink
chore(deps): update cft/developer-tools docker tag to v1.22.17 (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Nov 15, 2024
1 parent 7fe6867 commit 9ac999c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SHELL := /usr/bin/env bash

# release images are available at:
# console.cloud.google.com/gcr/images/cloud-foundation-cicd/global/cft/developer-tools?project=cloud-foundation-cicd
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.22.16
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.22.17
DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools
REGISTRY_URL := gcr.io/cloud-foundation-cicd

Expand Down
2 changes: 1 addition & 1 deletion build/int.cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ tags:
- 'integration'
substitutions:
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools-krm'
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.22.16'
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.22.17'
options:
machineType: 'N1_HIGHCPU_8'
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"github.com/stretchr/testify/assert"
)

const deploymentName = "istiod-asm-1225-1"
const deploymentName = "istiod-asm-1226-2"

func TestAACKind(t *testing.T) {
kind := tft.NewTFBlueprintTest(t)
Expand Down

0 comments on commit 9ac999c

Please sign in to comment.