From b204a3f65ea89aa94cdb2c1c0c11aa37046fd77b Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Mon, 18 Apr 2022 16:07:02 +0100 Subject: [PATCH] [Woodpecker CI] Basic chart details --- charts/woodpecker-ci/Chart.yaml | 4 ++-- charts/woodpecker-ci/values.yaml | 2 +- charts/woodpecker-ci/woodpecker-ci.png | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 charts/woodpecker-ci/woodpecker-ci.png diff --git a/charts/woodpecker-ci/Chart.yaml b/charts/woodpecker-ci/Chart.yaml index c791c3e..755520a 100644 --- a/charts/woodpecker-ci/Chart.yaml +++ b/charts/woodpecker-ci/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: woodpecker-ci -description: A Helm chart for Kubernetes +description: Woodpecker is a simple CI engine with great extensibility. # A chart can be either an 'application' or a 'library' chart. # @@ -21,4 +21,4 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.16.0" +appVersion: "0.15.1" diff --git a/charts/woodpecker-ci/values.yaml b/charts/woodpecker-ci/values.yaml index b38f23f..33b4a1f 100644 --- a/charts/woodpecker-ci/values.yaml +++ b/charts/woodpecker-ci/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: nginx + repository: woodpeckerci/woodpecker-server pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" diff --git a/charts/woodpecker-ci/woodpecker-ci.png b/charts/woodpecker-ci/woodpecker-ci.png new file mode 100644 index 0000000..a2fab3d --- /dev/null +++ b/charts/woodpecker-ci/woodpecker-ci.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d08fdb6f46cb17c742bed7977aa883ac4d79a521c3b0d19e988a27ea340a201 +size 56897 -- GitLab