Skip to content

Commit

Permalink
Merge pull request #136 from bcgov/chore/hpa-api-version-update
Browse files Browse the repository at this point in the history
chore: update hpa k8s api version
  • Loading branch information
dleard authored Jan 10, 2025
2 parents 6b0d722 + 30242c6 commit dfe077a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/lint-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
make-lint-chart:
runs-on: ubuntu-latest
steps:
- name: Install oc
uses: redhat-actions/oc-installer@v1
with:
oc_version: '4.6'
- uses: actions/checkout@v2
- name: Authenticate to OpenShift Linter namespace
uses: redhat-actions/oc-login@v1
Expand Down
2 changes: 1 addition & 1 deletion helm/cas-metabase/templates/autoscaler.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.metabaseHPA.enable }}
apiVersion: autoscaling/v1
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ template "cas-metabase.fullname" . }}-hpa
Expand Down

0 comments on commit dfe077a

Please sign in to comment.