diff --git a/README.md b/README.md index 8a424e6..58484d4 100644 --- a/README.md +++ b/README.md @@ -378,7 +378,7 @@ You can connect your application to grafana cloud. | ------------- |---------|:--------------------------:|:---------------------------:|:--------------------------:|:-----------------------------:|:-------------------------:|:--------------------:|:---------------------------------------:|:----------------------:|:----------:| | c4k-keycloak | 0.2 | x | x | x | x | x | | | | | | c4k-taiga | 0.1 | x | x | x | x | x | x | x | x | | -| c4k-nextcloud | 4.0 | x | x | x | x | x | | | | | +| c4k-nextcloud | 4.0 | x | x | x | x | x | | | x | | | c4k-jitsi | 1.6 | x | x | x | x | x | x | x | | | | c4k-forgejo | 3.0 | x | x | x | x | x | x | x | x | | | c4k-shynet | 1.0 | | | | | | | | | | diff --git a/src/main/cljc/dda/c4k_common/ingress/ingress_internal.cljc b/src/main/cljc/dda/c4k_common/ingress/ingress_internal.cljc index 3e10ad3..75fd783 100644 --- a/src/main/cljc/dda/c4k_common/ingress/ingress_internal.cljc +++ b/src/main/cljc/dda/c4k_common/ingress/ingress_internal.cljc @@ -53,9 +53,9 @@ fqdn pred/fqdn-string?] (-> (yaml/load-as-edn "ingress/host-rule.yaml") - (cm/replace-all-matching-values-by-new-value "FQDN" fqdn) - (cm/replace-all-matching-values-by-new-value "SERVICE_PORT" service-port) - (cm/replace-all-matching-values-by-new-value "SERVICE_NAME" service-name))) + (cm/replace-all-matching "FQDN" fqdn) + (cm/replace-all-matching "SERVICE_PORT" service-port) + (cm/replace-all-matching "SERVICE_NAME" service-name))) (defn-spec generate-certificate map? diff --git a/src/main/cljc/dda/c4k_common/monitoring/monitoring_internal.cljc b/src/main/cljc/dda/c4k_common/monitoring/monitoring_internal.cljc index 365cb7a..e807017 100644 --- a/src/main/cljc/dda/c4k_common/monitoring/monitoring_internal.cljc +++ b/src/main/cljc/dda/c4k_common/monitoring/monitoring_internal.cljc @@ -80,7 +80,7 @@ grafana-cloud-user) (assoc-in [:remote_write 0 :basic_auth :password] grafana-cloud-password) - (cm/replace-all-matching-values-by-new-value "FILTER_REGEX" filter-regex-string)))) + (cm/replace-all-matching "FILTER_REGEX" filter-regex-string)))) (defn-spec generate-config map? [config ::mon-cfg