From de04696aa1074094535e9f76a88a4653685f9170 Mon Sep 17 00:00:00 2001 From: Ilija Vukotic Date: Tue, 29 Aug 2023 17:44:49 -0500 Subject: [PATCH] better heartbeats image --- charts/xcache/Chart.yaml | 4 ++-- charts/xcache/README.md | 4 ++-- charts/xcache/templates/deployment.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/xcache/Chart.yaml b/charts/xcache/Chart.yaml index 3810c65..8b07a8f 100644 --- a/charts/xcache/Chart.yaml +++ b/charts/xcache/Chart.yaml @@ -1,10 +1,10 @@ apiVersion: v1 name: xcache # Chart version -version: 0.7.6 +version: 0.7.7 description: XCache is a xrootd based caching service for k8s # Version of application packaged for installation -appVersion: "5.4.1" +appVersion: "5.4.2" home: http://slateci.io/XCache/ maintainers: - name: Ilija Vukotic diff --git a/charts/xcache/README.md b/charts/xcache/README.md index aaec7dc..0959da4 100644 --- a/charts/xcache/README.md +++ b/charts/xcache/README.md @@ -37,13 +37,13 @@ Service: XCache nodes should be tainted: -``` +```bash kubectl taint nodes "xcache nodename" xcache=true:PreferNoSchedule ``` and labeled: -``` +```bash kubectl label nodes xcache= ``` diff --git a/charts/xcache/templates/deployment.yaml b/charts/xcache/templates/deployment.yaml index 324e533..d38ed37 100644 --- a/charts/xcache/templates/deployment.yaml +++ b/charts/xcache/templates/deployment.yaml @@ -140,7 +140,7 @@ spec: readOnly: true - name: reporter - image: "slateci/xcache:testing" + image: "ivukotic/atlas-xcache-heartbeats:latest" command: ["/usr/local/sbin/run_cache_reporter.sh"] env: - name: XC_RESOURCENAME