Skip to content

Commit

Permalink
update prod to 2.14.1 (and better secret file descriptions for orctl) (
Browse files Browse the repository at this point in the history
  • Loading branch information
bigglesandginger authored Jul 3, 2024
1 parent 16c5c83 commit 864de79
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ images:
# Terarium HMI
- name: hmi-client-image
newName: ghcr.io/darpa-askem/hmi-client
newTag: '2.14.0'
newTag: '2.14.1'
- name: terarium-docs-image
newName: ghcr.io/darpa-askem/terarium-docs
newTag: 'latest'
- name: hmi-server-image
newName: ghcr.io/darpa-askem/hmi-server
newTag: '2.14.0'
newTag: '2.14.1'
- name: spicedb-image
newName: ghcr.io/authzed/spicedb
newTag: 'v1.24.0'
Expand Down Expand Up @@ -111,7 +111,7 @@ images:
# GoLLM service
- name: gollm-taskrunner-image
newName: ghcr.io/darpa-askem/gollm-taskrunner
newTag: '2.14.0'
newTag: '2.14.1'

# Integration Dashboard
- name: integration-dashboard-image
Expand All @@ -126,12 +126,12 @@ images:
# mira taskrunner
- name: mira-taskrunner-image
newName: ghcr.io/darpa-askem/mira-taskrunner
newTag: '2.14.0'
newTag: '2.14.1'

# funman taskrunner
- name: funman-taskrunner-image
newName: ghcr.io/darpa-askem/funman-taskrunner
newTag: '2.14.0'
newTag: '2.14.1'

# Redis
- name: redis-image
Expand Down
28 changes: 14 additions & 14 deletions orctl/src/models/secret_files.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,33 @@ use clap::ValueEnum;

#[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, ValueEnum)]
pub(crate) enum SecretFiles {
/// DKG
/// secrets-dkg.yaml
Dkg,
/// BEAKER
/// secrets-beaker-creds.yaml
Beaker,
/// ES
/// secrets-es-creds.yaml
Es,
/// ADOBE
/// secrets-adobe-api-key.yaml
Adobe,
/// S3
/// secrets-data-service-s3.yaml
S3,
/// RDS
/// secrets-rds-creds.yaml
Rds,
/// LOGGING
/// secrets-logging-creds.yaml
Logging,
/// MQ
/// secrets-mq-creds.yaml
Mq,
/// CHATGPT
/// secrets-chatgpt.yaml
Chatgpt,
/// SPICEDB
/// secrets-spicedb-shared.yaml
Spicedb,
/// XDD
/// secrets-xdd-api-key.yaml
Xdd,
/// KEYCLOAK
/// secrets-keycloak-creds.yaml
Keycloak,
/// NEO4J
/// secrets-neo4j-auth.yaml
Neo4j,
/// CHECK-LATEST
/// check-latest secrets.yaml
CheckLatest
}

Expand Down

0 comments on commit 864de79

Please sign in to comment.