Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added new statefulset-5-0-0 chart in reference chart #3909

Merged
merged 13 commits into from
Sep 14, 2023
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ metadata:
{{- end }}
spec:
scaleTargetRef:
apiVersion: argoproj.io/v1alpha1
kind: Rollout
apiVersion: apps/v1
kind: StatefulSet
name: {{ include ".Chart.Name .fullname" $ }}
minReplicas: {{ $.Values.autoscaling.MinReplicas }}
maxReplicas: {{ $.Values.autoscaling.MaxReplicas }}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"server":{"deployment":{"image_tag":"{{.Tag}}","image":"{{.Name}}"}},"pipelineName": "{{.PipelineName}}","releaseVersion":"{{.ReleaseVersion}}","deploymentType": "{{.DeploymentType}}", "app": "{{.App}}", "env": "{{.Env}}", "appMetrics": {{.AppMetrics}}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v1
appVersion: "1.0"
description: A Helm chart for Kubernetes (StatefulSet)
name: statefulset-chart_5-0-0
version: 5.0.0
Loading
Loading