mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/gocd] Update api versions of Deployment, Ingress, RBAC resources (#15377)
* [stable/gocd] Update API versions of some k8s API objects. Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com> * [stable/gocd] Update changelog. Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
73afba3dc5
commit
a7ea40dce7
@@ -1,9 +1,20 @@
|
||||
### 1.12.0
|
||||
|
||||
* [fa4bef2](https://github.com/kubernetes/charts/commit/fa4bef2):
|
||||
|
||||
- Update API versions of Deployment and RBAC resources
|
||||
|
||||
### 1.11.0
|
||||
|
||||
* [8207b8c](https://github.com/kubernetes/charts/commit/8207b8c):
|
||||
|
||||
- Bump up GoCD Version to 19.5.0
|
||||
### 1.10.0
|
||||
|
||||
* [554019b](https://github.com/kubernetes/charts/commit/554019b):
|
||||
|
||||
- Bump up GoCD Version to 19.4.0
|
||||
|
||||
### 1.9.1
|
||||
|
||||
- Add support for Deployment and Pod annotations.
|
||||
@@ -173,7 +184,7 @@
|
||||
- Updated post install script
|
||||
* From GoCD version 18.8.0 pipeline created using api is already in
|
||||
unpaused state
|
||||
|
||||
|
||||
### 1.3.6
|
||||
|
||||
* [b7d596e](https://github.com/helm/charts/pull/7476/commits/b7d596e): Fixed role configuration instructions in README file.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: gocd
|
||||
home: https://www.gocd.org/
|
||||
version: 1.11.0
|
||||
version: 1.12.0
|
||||
appVersion: 19.5.0
|
||||
description: GoCD is an open-source continuous delivery server to model and visualize complex workflows with ease.
|
||||
icon: https://gocd.github.io/assets/images/go-icon-black-192x192.png
|
||||
|
||||
@@ -12,7 +12,7 @@ To quickly build your first pipeline while learning key GoCD concepts, visit the
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- Kubernetes 1.8+ with Beta APIs enabled
|
||||
- Kubernetes 1.13+ with Beta APIs enabled
|
||||
- PV provisioner support in the underlying infrastructure
|
||||
- LoadBalancer support or Ingress Controller
|
||||
- Ensure that the service account used for starting tiller has enough permissions to create a role.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
apiVersion: apps/v1beta2
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: {{ template "gocd.fullname" . }}-agent
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if .Values.server.enabled }}
|
||||
apiVersion: apps/v1beta2
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: {{ template "gocd.fullname" . }}-server
|
||||
|
||||
@@ -36,4 +36,4 @@ spec:
|
||||
{{ toYaml .Values.server.ingress.tls | indent 4 }}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
@@ -6,7 +6,7 @@ rbac:
|
||||
# Specifies whether rbac resources must be created.
|
||||
create: true
|
||||
# The API version to use while creating the rbac resources. Use `kubectl api-versions | grep rbac` to find which abi versions are supported for your cluster.
|
||||
apiVersion: v1beta1
|
||||
apiVersion: v1
|
||||
# Create a cluster role binding with the existing role, do not create a new one. If left blank, a new cluster role is created.
|
||||
roleRef:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user