Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@
"airflow": {
"description": "Configuration of the airflow image.",
"type": "object",
"additionalProperties": false,
"properties": {
"repository": {
"description": "The airflow image repository.",
Expand Down Expand Up @@ -503,6 +504,7 @@
"pod_template": {
"description": "Configuration of the pod_template image.",
"type": "object",
"additionalProperties": false,
"properties": {
"repository": {
"description": "The pod_template image repository. If ``config.kubernetes.worker_container_repository`` is set, k8s executor will use config value instead.",
Expand Down Expand Up @@ -535,6 +537,7 @@
"flower": {
"description": "Configuration of the flower image.",
"type": "object",
"additionalProperties": false,
"properties": {
"repository": {
"description": "The flower image repository.",
Expand Down Expand Up @@ -567,6 +570,7 @@
"statsd": {
"description": "Configuration of the StatsD image.",
"type": "object",
"additionalProperties": false,
"properties": {
"repository": {
"description": "The StatsD image repository.",
Expand All @@ -593,6 +597,7 @@
"redis": {
"description": "Configuration of the redis image.",
"type": "object",
"additionalProperties": false,
"properties": {
"repository": {
"description": "The redis image repository.",
Expand All @@ -619,6 +624,7 @@
"pgbouncer": {
"description": "Configuration of the PgBouncer image.",
"type": "object",
"additionalProperties": false,
"properties": {
"repository": {
"description": "The PgBouncer image repository.",
Expand All @@ -645,6 +651,7 @@
"pgbouncerExporter": {
"description": "Configuration of the PgBouncer exporter image.",
"type": "object",
"additionalProperties": false,
"properties": {
"repository": {
"description": "The PgBouncer exporter image repository.",
Expand All @@ -671,6 +678,7 @@
"gitSync": {
"description": "Configuration of the gitSync image.",
"type": "object",
"additionalProperties": false,
"properties": {
"repository": {
"description": "The gitSync image repository.",
Expand Down