Skip to content

Commit

Permalink
charts added v6.6 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jiumos committed Dec 11, 2024
1 parent d7294cf commit f9e7a98
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/deepflow-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: An automated observability platform for cloud-native developers.
name: deepflow-agent
engine: gotpl
type: application
version: 6.6.016
version: 6.6.017
appVersion: "6.6.8"
kubeVersion: ">=1.16.0-0"
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/deepflow-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ image:
repository: registry.cn-hongkong.aliyuncs.com/deepflow-ce/deepflow-agent
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: v6.6.8
tag: v6.6

env: []

Expand Down
2 changes: 1 addition & 1 deletion charts/deepflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: An automated observability platform for cloud-native developers.
name: deepflow
engine: gotpl
type: application
version: 6.6.016
version: 6.6.017
appVersion: "6.6.8"
kubeVersion: ">=1.16.0-0"
sources:
Expand Down
8 changes: 4 additions & 4 deletions charts/deepflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ global:
image:
server:
repository: "{{ .Values.global.image.repository }}/deepflow-server"
tag: v6.6.8
tag: v6.6
pullPolicy: "{{ .Values.global.image.pullPolicy }}"
app:
repository: "{{ .Values.global.image.repository }}/deepflow-app"
tag: v6.6.8
tag: v6.6
pullPolicy: "{{ .Values.global.image.pullPolicy }}"

imagePullSecrets: []
Expand Down Expand Up @@ -667,7 +667,7 @@ deepflow-agent:
repository: "{{ .Values.global.image.repository }}/deepflow-agent"
pullPolicy: "{{ .Values.global.image.pullPolicy }}"
# Overrides the image tag whose default is the chart appVersion.
tag: v6.6.8
tag: v6.6

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -836,7 +836,7 @@ grafana:

extraInitContainers:
- name: init-custom-plugins
image: "{{ .Values.global.image.repository }}/deepflowio-init-grafana:v6.6.8"
image: "{{ .Values.global.image.repository }}/deepflowio-init-grafana:v6.6"
imagePullPolicy: "{{ tpl .Values.global.image.pullPolicy . }}"
volumeMounts:
- name: custom-plugins
Expand Down

0 comments on commit f9e7a98

Please sign in to comment.