Skip to content

Commit

Permalink
chore: Pin helm version, dont use a container
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotcourant committed May 19, 2024
1 parent 1921942 commit 2f404d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/incoming.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
MONETR_PG_DATABASE: test-db
services:
postgres:
image: postgres:14
image: postgres:15
env:
POSTGRES_HOST_AUTH_METHOD: trust
POSTGRES_USER: api-testing
Expand Down Expand Up @@ -145,7 +145,6 @@ jobs:
yaml:
name: Kubernetes YAMLs
runs-on: ubuntu-latest
container: ghcr.io/monetr/build-containers/debian:12.1
steps:
- uses: actions/checkout@v4
- name: Generate kubernetes yamls
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
MONETR_PG_DATABASE: test-db
services:
postgres:
image: postgres:14
image: postgres:15
env:
POSTGRES_HOST_AUTH_METHOD: trust
POSTGRES_USER: api-testing
Expand Down Expand Up @@ -141,7 +141,6 @@ jobs:
yaml:
name: Kubernetes YAMLs
runs-on: ubuntu-latest
container: ghcr.io/monetr/build-containers/debian:12.1
steps:
- uses: actions/checkout@v4
- name: Generate kubernetes yamls
Expand Down
2 changes: 1 addition & 1 deletion cmake/FindHelm.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include(GolangUtils)

set(HELM_EXECUTABLE ${GO_BIN_DIR}/helm CACHE INTERNAL "Path to the local helm tooling")
SET(HELM_VERSION latest)
SET(HELM_VERSION "v3.15.0")
go_install(
OUTPUT ${HELM_EXECUTABLE}
PACKAGE "helm.sh/helm/v3/cmd/helm"
Expand Down

0 comments on commit 2f404d2

Please sign in to comment.