From a750184a757bfcf5c870a1ca3d3e03c4acf0759e Mon Sep 17 00:00:00 2001 From: vultj <113467936+vultj@users.noreply.github.com> Date: Fri, 21 Jun 2024 16:20:31 -0500 Subject: [PATCH] fix --- helm/{slinkee => slik}/Chart.yaml | 0 helm/{slinkee => slik}/templates/cm.yaml | 0 helm/{slinkee => slik}/templates/crds.yaml | 0 helm/{slinkee => slik}/templates/deployment.yaml | 0 .../templates/service-account.yaml | 0 helm/{slinkee => slik}/values.yaml | 16 ++++++++-------- 6 files changed, 8 insertions(+), 8 deletions(-) rename helm/{slinkee => slik}/Chart.yaml (100%) rename helm/{slinkee => slik}/templates/cm.yaml (100%) rename helm/{slinkee => slik}/templates/crds.yaml (100%) rename helm/{slinkee => slik}/templates/deployment.yaml (100%) rename helm/{slinkee => slik}/templates/service-account.yaml (100%) rename helm/{slinkee => slik}/values.yaml (52%) diff --git a/helm/slinkee/Chart.yaml b/helm/slik/Chart.yaml similarity index 100% rename from helm/slinkee/Chart.yaml rename to helm/slik/Chart.yaml diff --git a/helm/slinkee/templates/cm.yaml b/helm/slik/templates/cm.yaml similarity index 100% rename from helm/slinkee/templates/cm.yaml rename to helm/slik/templates/cm.yaml diff --git a/helm/slinkee/templates/crds.yaml b/helm/slik/templates/crds.yaml similarity index 100% rename from helm/slinkee/templates/crds.yaml rename to helm/slik/templates/crds.yaml diff --git a/helm/slinkee/templates/deployment.yaml b/helm/slik/templates/deployment.yaml similarity index 100% rename from helm/slinkee/templates/deployment.yaml rename to helm/slik/templates/deployment.yaml diff --git a/helm/slinkee/templates/service-account.yaml b/helm/slik/templates/service-account.yaml similarity index 100% rename from helm/slinkee/templates/service-account.yaml rename to helm/slik/templates/service-account.yaml diff --git a/helm/slinkee/values.yaml b/helm/slik/values.yaml similarity index 52% rename from helm/slinkee/values.yaml rename to helm/slik/values.yaml index 7c98f7d..dfe653f 100644 --- a/helm/slinkee/values.yaml +++ b/helm/slik/values.yaml @@ -1,6 +1,6 @@ slik: repository: ewr.vultrcr.com/slurm/slik - tag: v0.0.2 + tag: v0.0.3 resources: requests: memory: "1Gi" @@ -16,19 +16,19 @@ slik: slurm: slurmabler: - image: "ewr.vultrcr.com/slurm/slurmabler:v0.0.2" + image: "ewr.vultrcr.com/slurm/slurmabler:v0.0.3" service_account: "slik" munged: - image: "ewr.vultrcr.com/slurm/munged:v0.0.2" + image: "ewr.vultrcr.com/slurm/munged:v0.0.3" slurmctld: - image: "ewr.vultrcr.com/slurm/slurmctld:v0.0.2" + image: "ewr.vultrcr.com/slurm/slurmctld:v0.0.3" slurmd: - image: "ewr.vultrcr.com/slurm/slurmd:v0.0.2" + image: "ewr.vultrcr.com/slurm/slurmd:v0.0.3" slurm_toolbox: - image: "ewr.vultrcr.com/slurm/toolbox:v0.0.2" + image: "ewr.vultrcr.com/slurm/toolbox:v0.0.3" mariadb: image: "mariadb:11.4.2-noble" slurmdbd: - image: "ewr.vultrcr.com/slurm/slurmdbd:v0.0.2" + image: "ewr.vultrcr.com/slurm/slurmdbd:v0.0.3" slurmrestd: - image: "ewr.vultrcr.com/slurm/slurmrestd:v0.0.2" \ No newline at end of file + image: "ewr.vultrcr.com/slurm/slurmrestd:v0.0.3" \ No newline at end of file