-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from hensur/fix-old-env-ci
don't use old travis tag
- Loading branch information
Showing
2 changed files
with
7 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
# apiVersion will be set to v2 as soon as Github Workflows supports Helmv2 Charts | ||
# https://github.com/mittwald/helm-charts/blob/master/README.md#limitations | ||
apiVersion: v1 | ||
apiVersion: v2 | ||
name: kubernetes-secret-generator | ||
description: Controller for automatically creating random secret values | ||
|
||
# type will be set to soon as Github Workflows supports Helmv2 Charts | ||
# https://github.com/mittwald/helm-charts/blob/master/README.md#limitations | ||
#type: application | ||
type: application | ||
|
||
version: | ||
version: 3.0.1 | ||
|
||
appVersion: | ||
appVersion: v3.0.1 |
This file contains 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