Skip to content

Commit

Permalink
Merge pull request #59 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 committed Mar 31, 2022
2 parents 41bda17 + eaf424e commit 0236b64
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-cloudevents-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-cloudevents-gateway \
--version v0.4.0 > ~/brigade-cloudevents-gateway-values.yaml
--version v0.4.1 > ~/brigade-cloudevents-gateway-values.yaml
```

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

0 comments on commit 0236b64

Please sign in to comment.