Skip to content

Commit

Permalink
feat: bump passenger up to 6.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
h-r-k-matsumoto committed Sep 22, 2024
1 parent 5c12966 commit ff20301
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
matrix:
passenger-version:
- 6.0.18
- 6.0.19
- 6.0.20
- 6.0.21
- 6.0.22
- 6.0.23
steps:
- uses: actions/checkout@v4
- uses: helm/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/passenger-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
strategy:
matrix:
passenger-version:
- 6.0.18
- 6.0.19
- 6.0.20
- 6.0.21
- 6.0.22
- 6.0.23
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down
14 changes: 7 additions & 7 deletions test/kubernetes/example/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
bases:
- ../base
- ../base
images:
- name: example
newName: ghcr.io/rakutentech/passenger-go-exporter/passenger-app
newTag: 6.0.14
- name: passenger-exporter
newName: ghcr.io/rakutentech/passenger-go-exporter
newTag: v1.2.3
- name: example
newName: ghcr.io/rakutentech/passenger-go-exporter/passenger-app
newTag: 6.0.23
- name: passenger-exporter
newName: ghcr.io/rakutentech/passenger-go-exporter
newTag: v1.2.3

0 comments on commit ff20301

Please sign in to comment.