Skip to content

Commit

Permalink
fix: fix chart pack script [pack]
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed Apr 12, 2022
1 parent a499777 commit 17badbf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ envsubst < rclone.conf.tpl > $HOME/.config/rclone/rclone.conf

# Retrieve the repo index
mkdir repo
rclone copy s3-host:/kalisio-charts/index.yaml repo
rclone copy charts:index.yaml repo

# Declare the external repos
helm repo add bitnami https://charts.bitnami.com/bitnami
Expand All @@ -45,4 +45,4 @@ cd repo
helm repo index . --merge index.yaml

# Update the repo
rclone copy . s3-host:/kalisio-charts
rclone copy . charts
6 changes: 5 additions & 1 deletion rclone.conf.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[s3-host]
[ovh]
type = swift
env_auth = false
auth_version = 3
Expand All @@ -10,3 +10,7 @@ domain = default
user = ${SWIFT_USER}
key = ${SWIFT_KEY}
region = GRA

[charts]
type = alias
remote = ovh:charts

0 comments on commit 17badbf

Please sign in to comment.