Skip to content

Commit

Permalink
Nexus values object added to the DSC
Browse files Browse the repository at this point in the history
  • Loading branch information
ttikis-dgfip committed Oct 23, 2024
1 parent 3418c19 commit e5027e7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.12.1"
".": "2.11.2"
}
21 changes: 0 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,5 @@
# Changelog

## [2.12.1](https://github.com/cloud-pi-native/socle/compare/v2.12.0...v2.12.1) (2024-10-18)


### Bug Fixes

* :bug: always b64 encode exposed_ca_pem because it is decoded ([2237f93](https://github.com/cloud-pi-native/socle/commit/2237f9395d33c78513a2c2bde5eb6e6f96ef9e9b))

## [2.12.0](https://github.com/cloud-pi-native/socle/compare/v2.11.2...v2.12.0) (2024-10-18)


### Features

* :sparkles: Add gitops observability ([bbe43f6](https://github.com/cloud-pi-native/socle/commit/bbe43f6bd916c28dffe3a5ca86cb657d9b29d7c6))
* :sparkles: Improve PVC alerting ([2ada7d7](https://github.com/cloud-pi-native/socle/commit/2ada7d741c0a4ad7066ab6c9b11bd06aee8cc44b))


### Bug Fixes

* :bug: argocd controller needs proxy envVar ([c6c2a65](https://github.com/cloud-pi-native/socle/commit/c6c2a65326e963be654d13123517946e749edb50))
* :bug: handle minio cli extra args from dsc ([d89f278](https://github.com/cloud-pi-native/socle/commit/d89f2780e15334e058876b86a9227184b581d76f))

## [2.11.2](https://github.com/cloud-pi-native/socle/compare/v2.11.1...v2.11.2) (2024-10-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dso-socle",
"version": "2.12.1",
"version": "2.11.2",
"private": true,
"scripts": {
"format": "eslint . --fix",
Expand Down
5 changes: 5 additions & 0 deletions roles/socle-config/files/crd-conf-dso.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1015,6 +1015,11 @@ spec:
imageTag:
description: Nexus version based on image tag (e.g., "3.56.0").
type: string
values:
description: |
WIP: Aims to store nexus values.
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
prometheus:
description: Minimal configuration for prometheus CRDs
Expand Down
2 changes: 1 addition & 1 deletion roles/vault/templates/ingress.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ spec:
pathType: Prefix
backend:
service:
name: {{ dsc_name }}-vault
name: {{ dsc_name }}-vault{% if dsc.vault['values'].server.ha.enabled | default(true) %}-active{% endif +%}
port:
number: 8200

0 comments on commit e5027e7

Please sign in to comment.