Skip to content

Commit

Permalink
Remove upstream charts reference and do not trigger custom artifacts …
Browse files Browse the repository at this point in the history
…on each pr (#724)

* remove temp upstream charts reference

* update custom artifact pipeline

* fix indentation
  • Loading branch information
amitsagtani97 authored Aug 14, 2024
1 parent 0b1507b commit c751842
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 19 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/custom-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ on:
push:
branches: [master, develop]
tags: [ v* ]
pull_request:
branches: [master, develop]
workflow_dispatch:
jobs:
offline:
name: Prepare custom offline package
Expand All @@ -25,7 +24,7 @@ jobs:
run: nix-env -f default.nix -iA env

- name: Run offline build
run: ./offline/ci.sh HELM_CHART_EXCLUDE_LIST=elasticsearch-curator,fluent-bit,kibana,redis-cluster,inbucket,aws-ingress,backoffice,calling-test,nginx-ingress-controller,postgresql
run: ./offline/ci.sh HELM_CHART_EXCLUDE_LIST=elasticsearch-curator,fluent-bit,kibana,redis-cluster,inbucket,aws-ingress,backoffice,calling-test,nginx-ingress-controller
env:
GPG_PRIVATE_KEY: '${{ secrets.GPG_PRIVATE_KEY }}'
DOCKER_LOGIN: '${{ secrets.DOCKER_LOGIN }}'
Expand Down
4 changes: 0 additions & 4 deletions offline/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,6 @@ wire_build_chart_release () {
| map("\(.key) \(.value.repo) \(.value.version)")
| join("\n")
'
# Will be removed once these are added to the build.json through helm-charts repo
echo "k8ssandra-operator https://helm.k8ssandra.io/stable 1.15.0"
echo "keycloakx https://codecentric.github.io/helm-charts 2.3.0"
echo "openebs https://openebs.github.io/charts 3.10.0"
}


Expand Down
25 changes: 13 additions & 12 deletions values/k8ssandra-operator/prod-values.example.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
cass-operator:
disableCertManagerCheck: true
k8ssandra-operator:
cass-operator:
disableCertManagerCheck: true

cleaner:
image:
registry: docker.io
repository: k8ssandra/k8ssandra-tools
tag: 1.6.0-20240328143453-c6f39dad
cleaner:
image:
registry: docker.io
repository: k8ssandra/k8ssandra-tools
tag: 1.6.0-20240328143453-c6f39dad

client:
image:
registry: docker.io
repository: k8ssandra/k8ssandra-tools
tag: 1.6.0-20240328143453-c6f39dad
client:
image:
registry: docker.io
repository: k8ssandra/k8ssandra-tools
tag: 1.6.0-20240328143453-c6f39dad

0 comments on commit c751842

Please sign in to comment.