Skip to content

Commit

Permalink
chore(ci): update helm charts urls (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
andypf authored Aug 30, 2024
1 parent 000b9a5 commit dd986d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ci/helm-charts/assets_server/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: owner-info
repository: https://charts.eu-de-2.cloud.sap
version: 0.2.0
repository: oci://keppel.eu-de-1.cloud.sap/ccloud-helm
version: 1.0.0
digest: sha256:6c7a0e8b21abdaecf3124234d79457638aff93c3f51c9cedd56500d24eb652e0
generated: "2024-03-21T12:16:50.704837+01:00"
4 changes: 2 additions & 2 deletions ci/helm-charts/assets_server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ name: assets_server
version: 0.1.0
dependencies:
- name: owner-info
repository: https://charts.eu-de-2.cloud.sap
version: 0.2.0
repository: oci://keppel.eu-de-1.cloud.sap/ccloud-helm
version: '>= 0.0.0'
4 changes: 2 additions & 2 deletions ci/pipeline.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,9 @@ jobs:
set -e
ls -la
cd ./latest
npm ci --only=production
npm ci --omit=dev
cd ../
echo ""
echo "Done"
/juno/ci/scripts/asset_build.sh --asset-name <%= name %> --asset-type <%= details[:type] %> --output-path ../build_result <% if details[:type] == "lib" %> --last-build-path ../last_build <% end %>
- task: sync
file: juno.git/ci/shared/swift-upload.yaml
Expand Down

0 comments on commit dd986d7

Please sign in to comment.