Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #65 from krancour/upgrade-docker-tools
Browse files Browse the repository at this point in the history
upgrade docker-tools and pre-release version bumps
  • Loading branch information
krancour authored Mar 31, 2022
2 parents 27ddf14 + 45e0e22 commit ace14df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .brigade/brigade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { events, Event, Job, ConcurrentGroup, SerialGroup, Container } from "@br

const goImg = "brigadecore/go-tools:v0.8.0"
const dindImg = "docker:20.10.9-dind"
const dockerClientImg = "brigadecore/docker-tools:v0.3.0"
const dockerClientImg = "brigadecore/docker-tools:v0.4.0"
const helmImg = "brigadecore/helm-tools:v0.4.0"
const localPath = "/workspaces/brigade-acr-gateway"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ a file you can modify:

```console
$ helm inspect values oci://ghcr.io/brigadecore/brigade-acr-gateway \
--version v0.4.0 > ~/brigade-acr-gateway-values.yaml
--version v0.4.1 > ~/brigade-acr-gateway-values.yaml
```

Edit `~/brigade-acr-gateway-values.yaml`, making the following changes:
Expand Down Expand Up @@ -115,7 +115,7 @@ the gateway using the above customizations:
```console
$ helm install brigade-acr-gateway \
oci://ghcr.io/brigadecore/brigade-acr-gateway \
--version v0.4.0 \
--version v0.4.1 \
--create-namespace \
--namespace brigade-acr-gateway \
--values ~/brigade-acr-gateway-values.yaml \
Expand Down

0 comments on commit ace14df

Please sign in to comment.