Skip to content

Commit

Permalink
better heartbeats image
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Aug 29, 2023
1 parent 11b62a4 commit de04696
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/xcache/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/xcache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <your-node-name> xcache=<Instance>
```

Expand Down
2 changes: 1 addition & 1 deletion charts/xcache/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de04696

Please sign in to comment.