Skip to content

Commit

Permalink
135 Move XCache images to OSG Harbor where sensible (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhgriffith-uofu authored Jun 20, 2023
1 parent fdc37f4 commit ced5626
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
2 changes: 1 addition & 1 deletion charts/xcache/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: xcache
# Chart version
version: 0.7.4
version: 0.7.5
description: XCache is a xrootd based caching service for k8s
# Version of application packaged for installation
appVersion: "5.4.0"
Expand Down
10 changes: 5 additions & 5 deletions charts/xcache/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ spec:

containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
image: "slateci/xcache:testing"
imagePullPolicy: Always
env:
- name: XC_SPACE_HIGH_WM
value: {{ .Values.XCacheConfig.HighWaterMark | quote }}
Expand Down Expand Up @@ -124,7 +124,7 @@ spec:
mountPath: "/xcache/meta"

- name: x509
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
image: "slateci/xcache:testing"
command: ["/usr/local/sbin/run_x509_updater.sh"]
resources:
requests:
Expand All @@ -140,7 +140,7 @@ spec:
readOnly: true

- name: reporter
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
image: "slateci/xcache:testing"
command: ["/usr/local/sbin/run_cache_reporter.sh"]
env:
- name: XC_RESOURCENAME
Expand All @@ -165,7 +165,7 @@ spec:
mountPath: "/xcache/meta"
readOnly: true
- name: heartbeats
image: "{{ .Values.heartbeats.image }}:{{ .Values.heartbeats.tag }}"
image: "hub.opensciencegrid.org/slate/atlas-xcache-heartbeats:1.0.0"
command: ["/usr/local/sbin/run_heartbeats.sh"]
volumeMounts:
- name: x509-data
Expand Down
10 changes: 0 additions & 10 deletions charts/xcache/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,8 @@ XCacheConfig:
# This must be created BEFORE deploying XCache
CertSecret: xcache-cert-secret

image:
# repository: opensciencegrid/atlas-xcache
# tag: fresh
# pullPolicy: Always
repository: slateci/xcache
tag: testing
pullPolicy: Always

heartbeats:
frequency: 60
image: ivukotic/atlas-xcache-heartbeats
tag: latest

### SLATE-START ###
SLATE:
Expand Down

0 comments on commit ced5626

Please sign in to comment.