Skip to content

Commit

Permalink
Merge pull request #79 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 1027b96 + 53866b3 commit 7e957d5
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-metrics"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ the chart. Here we're storing a copy at `~/brigade-metrics-values.yaml`:

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

Edit the configuration (`~/brigade-metrics-values.yaml` in this example). At
Expand Down Expand Up @@ -106,7 +106,7 @@ Install Brigade Metrics, referencing your edited configuration:
```console
$ helm install brigade-metrics \
oci://ghcr.io/brigadecore/brigade-metrics \
--version v0.4.0 \
--version v0.4.1 \
--create-namespace \
--namespace brigade-metrics \
--values ~/brigade-metrics-values.yaml \
Expand Down

0 comments on commit 7e957d5

Please sign in to comment.