Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update webmo to use Pitzer #273

Merged
merged 3 commits into from
Dec 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/config/cf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ chart-repos:
- bitnami=https://charts.bitnami.com/bitnami
- osc=https://osc.github.io/osc-helm-charts/
- robjuz-helm-charts=https://treydock.github.io/robjuz-helm-charts/
helm-extra-args: '--timeout 600s'
4 changes: 2 additions & 2 deletions .github/workflows/test-private.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
python-version: 3.9
- name: Set up chart-testing
uses: helm/[email protected].0
uses: helm/[email protected].1
- name: Run chart-testing (lint)
run: ct lint --config .github/config/cf.yaml --chart-dirs charts-private

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
with:
version: v3.12.0
- name: Set up chart-testing
uses: helm/[email protected].0
uses: helm/[email protected].1
- name: Create kind cluster
uses: helm/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
python-version: 3.9
- name: Set up chart-testing
uses: helm/[email protected].0
uses: helm/[email protected].1
- name: Run chart-testing (lint)
run: ct lint --config .github/config/cf.yaml --chart-dirs charts

Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
with:
python-version: 3.9
- name: Set up chart-testing
uses: helm/[email protected].0
uses: helm/[email protected].1
- name: Create kind cluster
uses: helm/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion charts-private/webmo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: webmo
description: OSC webmo web service
type: application
version: 0.7.1
version: 0.8.0
appVersion: '23.1'
maintainers:
- name: treydock
Expand Down
2 changes: 1 addition & 1 deletion charts-private/webmo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ webservice:
repository: docker-registry.osc.edu/webservices/webmo
env:
- name: SLURM_CONF
value: '/etc/slurm/slurm-owens.conf'
value: '/etc/slurm/slurm-pitzer.conf'
- name: WEBMO_INSTALL
value: /users/PZS0605/webmo/k8s_webmo/deployments/{{ include "osc.common.environment" . }}/install
mounts:
Expand Down
Loading