Skip to content

Commit

Permalink
Merge pull request #78 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 a119e46 + 6075f41 commit 5e61b51
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-bitbucket-gateway"

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

```console
$ helm inspect values oci://ghcr.io/brigadecore/brigade-bitbucket-gateway \
--version v2.0.0-beta.2 > ~/brigade-bitbucket-gateway-values.yaml
--version v2.0.0-beta.3 > ~/brigade-bitbucket-gateway-values.yaml
```

Edit `~/brigade-bitbucket-gateway-values.yaml`, making the following changes:
Expand All @@ -113,7 +113,7 @@ following command to install the gateway using the above customizations:
```console
$ helm install brigade-bitbucket-gateway \
oci://ghcr.io/brigadecore/brigade-bitbucket-gateway \
--version v2.0.0-beta.2 \
--version v2.0.0-beta.3 \
--create-namespace \
--namespace brigade-bitbucket-gateway \
--values ~/brigade-bitbucket-gateway-values.yaml \
Expand Down

0 comments on commit 5e61b51

Please sign in to comment.