diff --git a/charts/agents/Chart.lock b/charts/agents/Chart.lock index 107064604b..e95133652e 100644 --- a/charts/agents/Chart.lock +++ b/charts/agents/Chart.lock @@ -4,12 +4,12 @@ dependencies: version: 9.3.2 - name: omnirpc repository: file://../omnirpc/ - version: 0.2.8 + version: 0.2.9 - name: scribe repository: file://../scribe/ - version: 0.2.13 + version: 0.2.14 - name: jaeger repository: https://jaegertracing.github.io/helm-charts version: 0.69.1 -digest: sha256:eef6d5dc7a9673c3b5150ddf49ca4de2be5657811d7f747cc97a340c595f357f -generated: "2023-10-05T17:52:35.850465-07:00" +digest: sha256:f1c664b6e52c04911d6915e92341991ea2ad0e11235b4ccd72ea0ddb63284f55 +generated: "2023-10-06T17:12:41.202122-07:00" diff --git a/charts/agents/Chart.yaml b/charts/agents/Chart.yaml index 70ecee64f3..944a178745 100644 --- a/charts/agents/Chart.yaml +++ b/charts/agents/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.27 +version: 0.1.28 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -29,11 +29,11 @@ dependencies: repository: "https://charts.bitnami.com/bitnami" condition: mysql.enabled - name: omnirpc - version: "0.2.8" + version: "0.2.9" repository: "file://../omnirpc/" condition: omnirpc.enabled - name: scribe - version: "0.2.13" + version: "0.2.14" repository: "file://../scribe/" condition: scribe.enabled - name: jaeger diff --git a/charts/cctp/Chart.yaml b/charts/cctp/Chart.yaml index 869d5bfddf..2019e77684 100644 --- a/charts/cctp/Chart.yaml +++ b/charts/cctp/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.1 +version: 0.2.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/cctp/templates/hpa.yaml b/charts/cctp/templates/hpa.yaml index 7379935fb1..c0e93ce66a 100644 --- a/charts/cctp/templates/hpa.yaml +++ b/charts/cctp/templates/hpa.yaml @@ -17,12 +17,16 @@ spec: - type: Resource resource: name: cpu - targetAverageUtilization: {{ .Values.autoscaling.targetCPUUtilizationPercentage }} + target: + type: Utilization + averageUtilization: {{ .Values.autoscaling.targetCPUUtilizationPercentage }} {{- end }} {{- if .Values.autoscaling.targetMemoryUtilizationPercentage }} - type: Resource resource: name: memory - targetAverageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }} + target: + type: Utilization + averageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }} {{- end }} {{- end }} diff --git a/charts/explorer/Chart.lock b/charts/explorer/Chart.lock index dc34261aa2..8aadd97e6d 100644 --- a/charts/explorer/Chart.lock +++ b/charts/explorer/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: omnirpc repository: file://../omnirpc/ - version: 0.2.8 + version: 0.2.9 - name: clickhouse repository: https://sentry-kubernetes.github.io/charts version: 3.1.3 -digest: sha256:eadd49d152a154074db2f1fe8280a468afb499776b613e89f56a1cbc1533b424 -generated: "2023-10-05T17:53:10.926443-07:00" +digest: sha256:c0948876356a232aae14d7835389505acacf60a6c78796b04a156502600684df +generated: "2023-10-06T17:11:59.552604-07:00" diff --git a/charts/explorer/Chart.yaml b/charts/explorer/Chart.yaml index ca47c33397..993b1e7c12 100644 --- a/charts/explorer/Chart.yaml +++ b/charts/explorer/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.13 +version: 0.2.14 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -25,7 +25,7 @@ appVersion: "1.16.0" dependencies: - name: omnirpc - version: "0.2.8" + version: "0.2.9" repository: "file://../omnirpc/" condition: omnirpc.enabled - name: clickhouse diff --git a/charts/explorer/templates/server_hpa.yaml b/charts/explorer/templates/server_hpa.yaml index d101e802ed..7ae251fe52 100644 --- a/charts/explorer/templates/server_hpa.yaml +++ b/charts/explorer/templates/server_hpa.yaml @@ -18,13 +18,17 @@ spec: - type: Resource resource: name: cpu - targetAverageUtilization: {{ .Values.server.autoscaling.targetCPUUtilizationPercentage }} + target: + type: Utilization + averageUtilization: {{ .Values.server.autoscaling.targetCPUUtilizationPercentage }} {{- end }} {{- if .Values.server.autoscaling.targetMemoryUtilizationPercentage }} - type: Resource resource: name: memory - targetAverageUtilization: {{ .Values.server.autoscaling.targetMemoryUtilizationPercentage }} + target: + type: Utilization + averageUtilization: {{ .Values.server.autoscaling.targetMemoryUtilizationPercentage }} {{- end }} {{- end }} {{- end }} diff --git a/charts/omnirpc/Chart.yaml b/charts/omnirpc/Chart.yaml index 6d9186af0e..5a0d76d22e 100644 --- a/charts/omnirpc/Chart.yaml +++ b/charts/omnirpc/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.8 +version: 0.2.9 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/omnirpc/templates/hpa.yaml b/charts/omnirpc/templates/hpa.yaml index 590d7eda2a..4f30894fbe 100644 --- a/charts/omnirpc/templates/hpa.yaml +++ b/charts/omnirpc/templates/hpa.yaml @@ -17,12 +17,16 @@ spec: - type: Resource resource: name: cpu - targetAverageUtilization: {{ .Values.autoscaling.targetCPUUtilizationPercentage }} + target: + type: Utilization + averageUtilization: {{ .Values.autoscaling.targetCPUUtilizationPercentage }} {{- end }} {{- if .Values.autoscaling.targetMemoryUtilizationPercentage }} - type: Resource resource: name: memory - targetAverageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }} + target: + type: Utilization + averageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }} {{- end }} {{- end }} diff --git a/charts/scribe/Chart.lock b/charts/scribe/Chart.lock index 1bde12a4a4..a754974d8e 100644 --- a/charts/scribe/Chart.lock +++ b/charts/scribe/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 9.3.2 - name: omnirpc repository: file://../omnirpc/ - version: 0.2.8 -digest: sha256:c774c50f46900f4442e0ec3022689181be431e7018a7cdc25903129c0977fb5a -generated: "2023-10-05T17:53:22.515087-07:00" + version: 0.2.9 +digest: sha256:1b33f97f09cf2f3c56f95a6a466dfa00b09f41bcf57939864b75b29a053c49dc +generated: "2023-10-06T17:12:14.904732-07:00" diff --git a/charts/scribe/Chart.yaml b/charts/scribe/Chart.yaml index 16f30b47d3..7f866d1876 100644 --- a/charts/scribe/Chart.yaml +++ b/charts/scribe/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.13 +version: 0.2.14 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -29,6 +29,6 @@ dependencies: repository: "https://charts.bitnami.com/bitnami" condition: mysql.enabled - name: omnirpc - version: "0.2.8" + version: "0.2.9" repository: "file://../omnirpc/" condition: omnirpc.enabled diff --git a/charts/scribe/templates/server_hpa.yaml b/charts/scribe/templates/server_hpa.yaml index 2b27440e22..b35f4fc4f1 100644 --- a/charts/scribe/templates/server_hpa.yaml +++ b/charts/scribe/templates/server_hpa.yaml @@ -18,13 +18,17 @@ spec: - type: Resource resource: name: cpu - targetAverageUtilization: {{ .Values.server.autoscaling.targetCPUUtilizationPercentage }} + target: + type: Utilization + averageUtilization: {{ .Values.server.autoscaling.targetCPUUtilizationPercentage }} {{- end }} {{- if .Values.server.autoscaling.targetMemoryUtilizationPercentage }} - type: Resource resource: name: memory - targetAverageUtilization: {{ .Values.server.autoscaling.targetMemoryUtilizationPercentage }} + target: + type: Utilization + averageUtilization: {{ .Values.server.autoscaling.targetMemoryUtilizationPercentage }} {{- end }} {{- end }} {{- end }}