Skip to content

Commit

Permalink
Update cert-manager to 0.15 and helm3 crd support (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonbondon authored Jun 23, 2020
1 parent e3b4abd commit eeaace7
Show file tree
Hide file tree
Showing 16 changed files with 6,308 additions and 1,463 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHART_REPO_NAME = koalificationio
CHART_REPO_URL = https://koalificationio.github.io/charts
UPSTREAM_GIT_REPO = "${CHART_REPO_NAME}/charts.git"
CT_IMAGE = gcr.io/kubernetes-charts-ci/test-image:v3.3.2
CT_IMAGE = quay.io/helmpack/chart-testing:v3.0.0-rc.1
COMMIT = $(shell git rev-parse --short HEAD)

.PHONY: lint shellcheck clean build publish
Expand Down
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM gcr.io/kubernetes-charts-ci/test-image:v3.4.0
FROM quay.io/helmpack/chart-testing:v3.0.0-rc.1

RUN apk add --update bash openssl curl git
2 changes: 0 additions & 2 deletions package/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ BUILD_DIR="$5"
DEFAULT_GITHUB_USER=koalificationio-bot
TARGET_BRANCH=gh-pages

helm init --client-only

# add own helm chart repo and repos for charts in requirements
helm repo add "${CHART_REPO_NAME}" "${CHART_REPO_URL}"
helm repo add jetstack https://charts.jetstack.io/
Expand Down
5 changes: 3 additions & 2 deletions stable/cert-manager-umbrella/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: cert-manager-umbrella
version: 0.1.10
appVersion: 0.8.0
version: 0.2.0
appVersion: 0.15.1
apiVersion: v1
description: cert-manager CRDs and issuers
home: https://github.com/koalificationio/charts
maintainers:
Expand Down
6,288 changes: 6,288 additions & 0 deletions stable/cert-manager-umbrella/crds/crds.yaml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions stable/cert-manager-umbrella/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: cert-manager
repository: https://charts.jetstack.io/
version: v0.8.0
digest: sha256:0f452d482024399d22d38307149d3f861323653a47c1686d86e1e287ad96b856
generated: 2019-05-28T13:24:29.326993+03:00
version: v0.15.1
digest: sha256:3aa79478ebf1d2d5fd3d40b028778cd0cc3d4e9be9a8641d606ab8caaa5f8d70
generated: "2020-06-19T20:58:39.295271+08:00"
2 changes: 1 addition & 1 deletion stable/cert-manager-umbrella/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:

- name: cert-manager
version: v0.8.0
version: v0.15.1
repository: https://charts.jetstack.io/
21 changes: 0 additions & 21 deletions stable/cert-manager-umbrella/templates/clusterrole.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions stable/cert-manager-umbrella/templates/clusterrolebinding.yaml

This file was deleted.

43 changes: 0 additions & 43 deletions stable/cert-manager-umbrella/templates/crd-cleanup.yaml

This file was deleted.

Loading

0 comments on commit eeaace7

Please sign in to comment.