Skip to content

Commit

Permalink
Merge pull request #6 from Selerity/update
Browse files Browse the repository at this point in the history
[viya4-home-dir-builder] Update to use Selerity Python image
  • Loading branch information
SelerityMichael authored May 16, 2022
2 parents 372cb12 + c5f6e66 commit 3e1a0a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/viya4-home-dir-builder/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ maintainers:

type: application

version: 0.2.0
version: 0.2.1

appVersion: "3"
appVersion: latest
2 changes: 0 additions & 2 deletions charts/viya4-home-dir-builder/home_dir_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

import os
import sys
import subprocess
subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'requests'])
import requests
import logging

Expand Down
4 changes: 2 additions & 2 deletions charts/viya4-home-dir-builder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Declare variables to be passed into your templates.

image:
repository: python
repository: selerity/python-core
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
tag: latest

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 3e1a0a4

Please sign in to comment.