Skip to content

Commit

Permalink
Merge pull request #680 from lsst-sqre/tickets/DM-33813
Browse files Browse the repository at this point in the history
[DM-33813] Update mobu chart for 4.2.0 release
  • Loading branch information
rra authored Mar 9, 2022
2 parents 87d3ac9 + fcc6b57 commit 3b75864
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions charts/mobu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ home: https://github.com/lsst-sqre/mobu
maintainers:
- name: cbanek
name: mobu
version: 3.2.3
appVersion: 4.1.1
version: 3.3.0
appVersion: 4.2.0
5 changes: 3 additions & 2 deletions charts/mobu/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mobu

![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: 4.1.0](https://img.shields.io/badge/AppVersion-4.1.0-informational?style=flat-square)
![Version: 3.3.0](https://img.shields.io/badge/Version-3.3.0-informational?style=flat-square) ![AppVersion: 4.2.0](https://img.shields.io/badge/AppVersion-4.2.0-informational?style=flat-square)

Generate system load by pretending to be a random scientist

Expand All @@ -18,10 +18,11 @@ Generate system load by pretending to be a random scientist
|-----|------|---------|-------------|
| affinity | object | `{}` | Affinity rules for the mobu frontend pod |
| autostart | list | `[]` | Autostart specification. Must be a list of mobu flock specifications. Each flock listed will be automatically started when mobu is started. |
| cachemachineImagePolicy | string | `"available"` | Cachemachine image policy. Must be one of `desired` or `available`. Determines whether cachemachine reports the images it has or the ones it wants. Should be `desired` in environments with image streaming enabled (e.g. IDF). |
| environmentUrl | string | None, must be set | Base URL used to find other services in the environment such as Nublado and TAP |
| fullnameOverride | string | `""` | Override the full name for resources (includes the release name) |
| image.pullPolicy | string | `"IfNotPresent"` | Pull policy for the mobu image |
| image.repository | string | `"lsstsqre/mobu"` | mobu image to use |
| image.repository | string | `"ghcr.io/lsst-sqre/mobu"` | mobu image to use |
| image.tag | string | The appVersion of the chart | Tag of mobu image to use |
| imagePullSecrets | list | `[]` | Secret names to use for all Docker pulls |
| ingress.annotations | object | `{}` | Additional annotations to add to the ingress |
Expand Down
23 changes: 11 additions & 12 deletions charts/mobu/values.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# Default values for mobu.

# -- Override the base name for resources
nameOverride: ""

# -- Override the full name for resources (includes the release name)
fullnameOverride: ""

# -- Autostart specification. Must be a list of mobu flock specifications.
# Each flock listed will be automatically started when mobu is started.
autostart: []

# -- Cachemachine image policy. Must be one of "desired" or
# "available". Determines whether cachemachine reports the images it
# has or the ones it wants. Should be "desired" in environments with
# -- Cachemachine image policy. Must be one of `desired` or
# `available`. Determines whether cachemachine reports the images it
# has or the ones it wants. Should be `desired` in environments with
# image streaming enabled (e.g. IDF).
# @default -- "available"
cachemachineImagePolicy: "available"

# -- Base URL used to find other services in the environment such as Nublado
Expand All @@ -20,18 +25,12 @@ environmentUrl: ""
# @default -- None, must be set
vaultSecretsPath: ""

# -- Override the base name for resources
nameOverride: ""

# -- Override the full name for resources (includes the release name)
fullnameOverride: ""

image:
# -- mobu image to use
repository: lsstsqre/mobu
repository: "ghcr.io/lsst-sqre/mobu"

# -- Pull policy for the mobu image
pullPolicy: IfNotPresent
pullPolicy: "IfNotPresent"

# -- Tag of mobu image to use
# @default -- The appVersion of the chart
Expand Down

0 comments on commit 3b75864

Please sign in to comment.