Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
ef44f261
Verified
Commit
ef44f261
authored
5 months ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Login to helm
Signed-off-by:
Martin Weise
<
martin.weise@tuwien.ac.at
>
parent
165f3843
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!387
Wrong model
,
!384
Wrong model
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-2
4 additions, 2 deletions
.gitlab-ci.yml
with
4 additions
and
2 deletions
.gitlab-ci.yml
+
4
−
2
View file @
ef44f261
...
@@ -80,9 +80,9 @@ lint-helm-chart:
...
@@ -80,9 +80,9 @@ lint-helm-chart:
-
apk --no-cache add helm git bash
-
apk --no-cache add helm git bash
-
cp ./helm/dbrepo/values.schema.json ./CI_values.schema.json
-
cp ./helm/dbrepo/values.schema.json ./CI_values.schema.json
-
helm plugin install https://github.com/losisin/helm-values-schema-json.git
-
helm plugin install https://github.com/losisin/helm-values-schema-json.git
-
helm dependency update ./helm/seaweedfs
-
helm package ./helm/seaweedfs --destination ./build
-
helm package ./helm/seaweedfs --destination ./build
-
helm dependency update ./helm/dbrepo
-
helm registry login --username "${CI_REGISTRY_USER}" --password "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY_URL}"
-
helm registry login --username "${CI_REGISTRY2_USER}" --password "${CI_REGISTRY2_PASSWORD}" "${CI_REGISTRY2_URL}"
script
:
script
:
-
bash .scripts/check-helm.sh
-
bash .scripts/check-helm.sh
-
helm lint ./helm/dbrepo
-
helm lint ./helm/dbrepo
...
@@ -472,6 +472,8 @@ release-helm:
...
@@ -472,6 +472,8 @@ release-helm:
-
"
mkdir
-p
~/.gnupg"
-
"
mkdir
-p
~/.gnupg"
-
echo "$CI_GPG_KEYRING" | base64 -d > ~/.gnupg/secring.gpg
-
echo "$CI_GPG_KEYRING" | base64 -d > ~/.gnupg/secring.gpg
-
echo "$CI_GPG_KEYRING2" | base64 -d > ~/.gnupg/pubring.gpg
-
echo "$CI_GPG_KEYRING2" | base64 -d > ~/.gnupg/pubring.gpg
-
helm registry login --username "${CI_REGISTRY_USER}" --password "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY_URL}"
-
helm registry login --username "${CI_REGISTRY2_USER}" --password "${CI_REGISTRY2_PASSWORD}" "${CI_REGISTRY2_URL}"
-
make build-helm
-
make build-helm
-
"
helm
package
./helm/dbrepo
--sign
--key
'Martin
Weise'
--keyring
~/.gnupg/secring.gpg
--destination
./build"
-
"
helm
package
./helm/dbrepo
--sign
--key
'Martin
Weise'
--keyring
~/.gnupg/secring.gpg
--destination
./build"
-
"
helm
plugin
install
https://github.com/sigstore/helm-sigstore"
-
"
helm
plugin
install
https://github.com/sigstore/helm-sigstore"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment