Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit a6ec52b

Browse files
committed
update Chart to helm v3
1 parent b97aa7b commit a6ec52b

File tree

4 files changed

+6
-87
lines changed

4 files changed

+6
-87
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ jobs:
1010
environment:
1111
- GITHUB_PAGES_REPO: cetic/helm-charts
1212
- HELM_CHART: swaggerui
13-
command: wget -O - https://raw.githubusercontent.com/cetic/helm-swagger-ui/develop/publish.sh | sh
13+
- HELM_VERSION: 3.1.2
14+
command: wget -O - https://gist.githubusercontent.com/alexnuttinck/2e9b8595e9a94ba3b3d00eea690e37ac/raw/9989a66c1de2eb4a8bce7c44ec5fbe1f43459762/publish.sh | sh

Chart.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
---
2+
apiVersion: v2
13
name: swaggerui
2-
version: 0.3.0
4+
version: 0.3.1
35
appVersion: 3.24.3
46
description: Swagger is an open-source software framework backed by a large ecosystem of tools that helps developers design, build, document, and consume RESTful Web services.
57
keywords:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This [Helm](https://github.com/kubernetes/helm) chart installs [swagger-ui](http
99
## Prerequisites
1010

1111
- Kubernetes cluster 1.10+
12-
- Helm 2.8.0+
12+
- Helm 3.0.0+
1313
- PV provisioner support in the underlying infrastructure.
1414

1515
## Installation

publish.sh

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)