From 4bcae1660833cb6f55a099e41511d12efe53934e Mon Sep 17 00:00:00 2001 From: Matt Pryor Date: Wed, 18 Jan 2023 12:30:29 +0000 Subject: [PATCH] Fix linting issues --- charts/cluster-addons/values.yaml | 2 +- charts/openstack-cluster/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/cluster-addons/values.yaml b/charts/cluster-addons/values.yaml index 0530474..64c6caf 100644 --- a/charts/cluster-addons/values.yaml +++ b/charts/cluster-addons/values.yaml @@ -3,7 +3,7 @@ global: # The prefix to use for images # Assumes the images have been synced using Skopeo using the configuration file - # in this repository with the "--scoped" flag + # in this repository with the "--scoped" flag # This setting is shared with the parent cluster # By default, use the mirrors on GitHub packages imagePrefix: ghcr.io/stackhpc/capi/ diff --git a/charts/openstack-cluster/values.yaml b/charts/openstack-cluster/values.yaml index dff9630..d940926 100644 --- a/charts/openstack-cluster/values.yaml +++ b/charts/openstack-cluster/values.yaml @@ -3,7 +3,7 @@ global: # The prefix to use for images # Assumes the images have been synced using Skopeo using the configuration file - # in this repository with the "--scoped" flag + # in this repository with the "--scoped" flag # This setting is shared with the addons # By default, use the mirrors on GitHub packages imagePrefix: ghcr.io/stackhpc/capi/ @@ -300,7 +300,7 @@ autoscaler: repository: k8s.gcr.io/autoscaling/cluster-autoscaler pullPolicy: IfNotPresent # The cluster-autoscaler docs recommend using a version that matches the - # Kubernetes version, but versions should be (mostly) backwards-compatible + # Kubernetes version, but versions should be (mostly) backwards-compatible tag: v1.26.1 imagePullSecrets: [] # Pod-level security context