Skip to content

Commit

Permalink
Updated v4cvmfs, v4a to use image from OSG Harbor with values overrid…
Browse files Browse the repository at this point in the history
…e. (#129)
  • Loading branch information
adamhgriffith-uofu authored Jun 14, 2023
1 parent 239bebb commit fa54dba
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/v4a/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: v4a
description: A Varnish for ATLAS Frontiers
type: application
version: 0.1.30
version: 0.1.31
appVersion: 1.29.0
maintainers:
- name: Ilija Vukotic
Expand Down
2 changes: 1 addition & 1 deletion charts/v4a/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: {{ .Chart.Name }}
image: "ivukotic/v4a"
image: "hub.opensciencegrid.org/slate/v4a:{{ .Values.ImageTag }}"
imagePullPolicy: Always
env:
- name: SITE
Expand Down
4 changes: 4 additions & 0 deletions charts/v4a/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ SLATE:
Instance:
ID: "untagged"
### SLATE-END ###

# Supported values are e.g. 'latest', '1.0.0', etc.. Consult the
# hub.opensciencegrid.org/slate/v4a docker image for other tags.
ImageTag: '1.0.0'
2 changes: 1 addition & 1 deletion charts/v4cvmfs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: v4cvmfs
description: A Varnish for CVMFS
type: application
version: 0.1.49
version: 0.1.50
appVersion: 1.49.0
maintainers:
- name: Ilija Vukotic
Expand Down
2 changes: 1 addition & 1 deletion charts/v4cvmfs/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: {{ .Chart.Name }}
image: "ivukotic/v4a"
image: "hub.opensciencegrid.org/slate/v4a:{{ .Values.ImageTag }}"
imagePullPolicy: Always
env:
- name: SITE
Expand Down
4 changes: 4 additions & 0 deletions charts/v4cvmfs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ SLATE:
Instance:
ID: "untagged"
### SLATE-END ###

# Supported values are e.g. 'latest', '1.0.0', etc.. Consult the
# hub.opensciencegrid.org/slate/v4a docker image for other tags.
ImageTag: '1.0.0'

0 comments on commit fa54dba

Please sign in to comment.