Skip to content

Commit

Permalink
Upgrade kube versions
Browse files Browse the repository at this point in the history
  • Loading branch information
italolelis authored Jul 28, 2023
1 parent e54cac5 commit 17ab003
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configs/charts/watchops/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "v0.5.0"
appVersion: "v0.5.2"
description: "This repository implements the four key metrics coined by Google and introduced in Accelerate: Time to Restore, Lead Time to Change, Deployment Frequency, and Change Failure Rate."
name: watchops
version: 1.8.0
version: 1.8.1
sources:
- https://github.com/italolelis/watchops
maintainers:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- if and .Release.IsInstall .Values.pdb.enabled }}
---
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ template "watchops.fullname" . }}
Expand Down
1 change: 0 additions & 1 deletion configs/charts/watchops/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ serviceAccount:

rbac:
create: true
pspEnabled: true

pdb:
enabled: true
Expand Down

0 comments on commit 17ab003

Please sign in to comment.