Skip to content

Commit

Permalink
NXBT-3821: Prepare Helmfile upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinleturc committed Sep 5, 2024
1 parent da7e9f0 commit cdc09ef
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion ci/Jenkinsfiles/build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Contributors:
* Kevin Leturc <[email protected]>
*/
library identifier: "[email protected].25"
library identifier: "[email protected].39"

Closure buildUnitTestStage(env) {
return {
Expand Down
2 changes: 1 addition & 1 deletion ci/Jenkinsfiles/release.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import java.time.LocalDate
import java.time.format.DateTimeFormatter

library identifier: "[email protected].25"
library identifier: "[email protected].39"

pipeline {
agent {
Expand Down
22 changes: 11 additions & 11 deletions ci/helm/helmfile.yaml → ci/helm/helmfile.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
environments:
mongodbUnitTests:
values:
- environments/unit-tests-mongodb.yaml
postgresqlUnitTests:
values:
- environments/unit-tests-postgresql.yaml
functionalTests:
values:
- environments/functional-tests.yaml
---
repositories:
- name: bitnami
# use a former version of index.yaml from the git repository as Bitnami all removed charts older than 6 months from
Expand Down Expand Up @@ -33,14 +44,3 @@ releases:
condition: postgresql.enabled
values:
- values/values-postgresql.yaml.gotmpl

environments:
mongodbUnitTests:
values:
- environments/unit-tests-mongodb.yaml
postgresqlUnitTests:
values:
- environments/unit-tests-postgresql.yaml
functionalTests:
values:
- environments/functional-tests.yaml

0 comments on commit cdc09ef

Please sign in to comment.