Skip to content

Commit

Permalink
Merge pull request #37 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 f607c38 + f7402ae commit 031c615
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/badgr"

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

```console
$ helm inspect values oci://ghcr.io/brigadecore/badgr \
--version v1.1.0 > ~/badgr-values.yaml
--version v1.1.1 > ~/badgr-values.yaml
```

Edit `~/badgr-values.yaml`, making the following changes:
Expand All @@ -90,7 +90,7 @@ install the gateway using the above customizations:

```console
$ helm install badgr oci://ghcr.io/brigadecore/badgr \
--version v1.1.0 \
--version v1.1.1 \
--create-namespace \
--namespace badgr \
--values ~/badgr-values.yaml \
Expand Down

0 comments on commit 031c615

Please sign in to comment.