mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Update to work on 1.16 (#19798)
as per https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/ ``` DaemonSet, Deployment, StatefulSet, and ReplicaSet (in the extensions/v1beta1 and apps/v1beta2 API groups) Migrate to use the apps/v1 API, available since v1.9. Existing persisted data can be retrieved/updated via the apps/v1 API. ``` Signed-off-by: Russell Sim <russell.sim@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
b09784c1f3
commit
e88db43da1
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: A Helm chart for sentry-kubernetes (https://github.com/getsentry/sentry-kubernetes)
|
||||
name: sentry-kubernetes
|
||||
version: 0.2.2
|
||||
version: 0.2.3
|
||||
appVersion: latest
|
||||
icon: https://sentry-brand.storage.googleapis.com/sentry-glyph-white.png
|
||||
home: https://github.com/getsentry/sentry-kubernetes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
apiVersion: apps/v1beta2
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
labels: {{ include "sentry-kubernetes.labels" . | indent 4 }}
|
||||
|
||||
Reference in New Issue
Block a user