Skip to content

Commit

Permalink
[chart] Update HPA apiVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
maso7 committed Aug 18, 2023
1 parent 95be236 commit fd40730
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: "monthly"
time: "10:00"

- package-ecosystem: "docker"
directory: "/images"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion charts/unbound/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: Unbound is a fast caching DNS resolver
home: https://www.unbound.net/
name: unbound
version: 0.0.8
version: 0.1.0
appVersion: 1.17.1
sources:
- https://github.com/pixelfederation/unbound/
Expand Down
2 changes: 1 addition & 1 deletion charts/unbound/templates/hpa.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.autoscaling.enabled }}
apiVersion: autoscaling/v2beta2
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ template "unbound.fullname" . }}
Expand Down

0 comments on commit fd40730

Please sign in to comment.