Created
August 29, 2022 08:42
-
-
Save rjpkuyper/58a001d17fb3aa15f6ca6afb3cbd0e23 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Initialized empty Git repository in /builds/datails/store-and-consume-helm-charts/.git/ | |
Created fresh repository. | |
Checking out 35d9ae05 as main... | |
Skipping Git submodules setup | |
Executing "step_script" stage of the job script | |
00:02 | |
Using docker image sha256:f8bb0f201e7557131bf82e50e7dda0e47382d8fdecd20c9edb3fc9f7abb025e1 for alpine/helm:3.9.4 with digest alpine/helm@sha256:df362a6029d9d931101df528c2ba8e0d9eead16fac2100f436e13141b499d8d0 ... | |
$ echo 'Write result to stdout:::' | |
Write result to stdout::: | |
$ cd charts/consume-chart && helm dependency build && helm template --debug . | |
Saving 1 charts | |
Downloading store-chart from repo oci://registry.gitlab.com/datails/store-and-consume-helm-charts/charts | |
Pulled: registry.gitlab.com/datails/store-and-consume-helm-charts/charts/store-chart:1.0.0 | |
Digest: sha256:474d72399e64f6fce82ece8390d9fa3ac3150d8aaf0b2ca1143905d5812765a3 | |
Deleting outdated charts | |
install.go:178: [debug] Original chart version: "" | |
install.go:195: [debug] CHART PATH: /builds/datails/store-and-consume-helm-charts/charts/consume-chart | |
--- | |
# Source: app1/charts/store-chart/templates/config.yaml | |
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: override-name-config | |
data: | |
foo: bar | |
Cleaning up project directory and file based variables | |
00:00 | |
Job succeeded |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment