Skip to content

Commit

Permalink
Update perfectscale-autoscaler chart with new package version v1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 20, 2025
1 parent 73dbdcf commit 31d424a
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 9 deletions.
15 changes: 13 additions & 2 deletions charts/psc-autoscaler/crds/clusterautomationconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ spec:
- name: StopAllAutomation
type: boolean
jsonPath: .spec.automation.operational.stopAllAutomation
- name: MaxAutomationFrequency
- name: WasteMaxAutomationFrequency
type: string
jsonPath: .spec.automation.operational.timeConstraints.maxAutomationFrequency
jsonPath: .spec.automation.operational.timeConstraints.wasteMaxAutomationFrequency
- name: FixResiliencyMaxAutomationFrequency
type: string
jsonPath: .spec.automation.operational.timeConstraints.fixResiliencyMaxAutomationFrequency
- name: Age
type: date
jsonPath: .metadata.creationTimestamp
Expand Down Expand Up @@ -74,6 +77,10 @@ spec:
properties:
maxAutomationFrequency:
type: string
wasteMaxAutomationFrequency:
type: string
fixResiliencyMaxAutomationFrequency:
type: string
maintenanceWindow:
type: object
x-kubernetes-preserve-unknown-fields: true
Expand Down Expand Up @@ -240,6 +247,10 @@ spec:
properties:
maxAutomationFrequency:
type: string
wasteMaxAutomationFrequency:
type: string
fixResiliencyMaxAutomationFrequency:
type: string
maintenanceWindow:
type: object
x-kubernetes-preserve-unknown-fields: true
Expand Down
15 changes: 13 additions & 2 deletions charts/psc-autoscaler/crds/namespaceautomationconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ spec:
- name: AutomationMode
type: string
jsonPath: .spec.automation.operational.automationMode
- name: MaxAutomationFrequency
- name: WasteMaxAutomationFrequency
type: string
jsonPath: .spec.automation.operational.timeConstraints.maxAutomationFrequency
jsonPath: .spec.automation.operational.timeConstraints.wasteMaxAutomationFrequency
- name: FixResiliencyMaxAutomationFrequency
type: string
jsonPath: .spec.automation.operational.timeConstraints.fixResiliencyMaxAutomationFrequency
- name: Age
type: date
jsonPath: .metadata.creationTimestamp
Expand Down Expand Up @@ -72,6 +75,10 @@ spec:
properties:
maxAutomationFrequency:
type: string
wasteMaxAutomationFrequency:
type: string
fixResiliencyMaxAutomationFrequency:
type: string
maintenanceWindow:
type: object
x-kubernetes-preserve-unknown-fields: true
Expand Down Expand Up @@ -238,6 +245,10 @@ spec:
properties:
maxAutomationFrequency:
type: string
wasteMaxAutomationFrequency:
type: string
fixResiliencyMaxAutomationFrequency:
type: string
maintenanceWindow:
type: object
x-kubernetes-preserve-unknown-fields: true
Expand Down
11 changes: 9 additions & 2 deletions charts/psc-autoscaler/crds/workloadautomationconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ spec:
- name: AutomationMode
type: string
jsonPath: .spec.automation.operational.automationMode
- name: MaxAutomationFrequency
- name: WasteMaxAutomationFrequency
type: string
jsonPath: .spec.automation.operational.timeConstraints.maxAutomationFrequency
jsonPath: .spec.automation.operational.timeConstraints.wasteMaxAutomationFrequency
- name: FixResiliencyMaxAutomationFrequency
type: string
jsonPath: .spec.automation.operational.timeConstraints.fixResiliencyMaxAutomationFrequency
- name: Age
type: date
jsonPath: .metadata.creationTimestamp
Expand Down Expand Up @@ -73,6 +76,10 @@ spec:
properties:
maxAutomationFrequency:
type: string
wasteMaxAutomationFrequency:
type: string
fixResiliencyMaxAutomationFrequency:
type: string
maintenanceWindow:
type: object
x-kubernetes-preserve-unknown-fields: true
Expand Down
8 changes: 8 additions & 0 deletions charts/psc-autoscaler/crds/workloadautomationstatus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ spec:
type: string
name:
type: string
customGrouping:
type: object
x-kubernetes-preserve-unknown-fields: true
properties:
isLabelBased:
type: boolean
isSpecHonored:
type: boolean
status:
type: object
x-kubernetes-preserve-unknown-fields: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ spec:
operational:
automationMode: "Enabled"
timeConstraints:
maxAutomationFrequency: "15m"
wasteMaxAutomationFrequency: "1h"
fixResiliencyMaxAutomationFrequency: "15m"
maintenanceWindow:
monday:
- "10:00-18:00"
Expand Down
3 changes: 2 additions & 1 deletion charts/psc-autoscaler/examples/workload-config-override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ spec:
operational:
automationMode: "Enabled"
timeConstraints:
maxAutomationFrequency: "15m"
wasteMaxAutomationFrequency: "1h"
fixResiliencyMaxAutomationFrequency: "15m"
maintenanceWindow:
monday:
- "10:00-18:00"
Expand Down
2 changes: 1 addition & 1 deletion charts/psc-autoscaler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 3
image:
repository: public.ecr.aws/perfectscale-io/psc-autoscaler
pullPolicy: Always
tag: "v1.0.15"
tag: "v1.0.16"
settings:
port: 8443
env: "prod"
Expand Down

0 comments on commit 31d424a

Please sign in to comment.