You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
helm-reinstall: helm-delete helm-apply ## Uninstalls the current helm chart and reinstalls it.
87
92
88
93
.PHONY: helm-chart-import
89
94
helm-chart-import: ${CHECK_VAR_TARGETS} helm-generate helm-package ${IMAGE_IMPORT_TARGET} ## Imports the currently available chart into the cluster-local registry.
90
95
@if [[ ${STAGE}=="development" ]];then\
91
-
echo"Import ${HELM_DEV_RELEASE_TGZ} into K8s cluster ${K3CES_REGISTRY_URL_PREFIX}...";\
component-apply: check-k8s-namespace-env-var ${COMPONENT_PRE_APPLY_TARGETS} ${IMAGE_IMPORT_TARGET} helm-generate helm-chart-import component-generate ## Applies the component yaml resource to the actual defined context.
component-delete: check-k8s-namespace-env-var component-generate $(K8S_POST_GENERATE_TARGETS)## Deletes the component yaml resource from the actual defined context.
crd-helm-chart-import: ${CHECK_VAR_TARGETS} check-k8s-artifact-id crd-helm-generate crd-helm-package ## Imports the currently available Helm CRD chart into the cluster-local registry.
85
85
@if [[ ${STAGE}=="development" ]];then\
86
-
echo"Import ${HELM_CRD_DEV_RELEASE_TGZ} into K8s cluster ${K3CES_REGISTRY_URL_PREFIX}...";\
crd-component-apply: check-k8s-namespace-env-var crd-helm-chart-import crd-component-generate ## Applies the CRD component YAML resource to the actual defined context.
# Set production as default stage. Use "development" as stage in your .env file to generate artifacts
25
-
# with development images pointing to K3S_CLUSTER_FQDN.
25
+
# with development images pointing to CES_REGISTRY_URL_PREFIX.
26
26
STAGE?=production
27
+
28
+
# Set the "local" as runtime-environment, to push images to the container-registry of the local cluster and to apply resources to the local cluster.
29
+
# Use "remote" as runtime-environment in your .env file to push images to the container-registry at "registry.cloudogu.com/testing" and to apply resources to the configured kubernetes-context in KUBE_CONTEXT_NAME.
Copy file name to clipboardexpand all lines: dogu.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"Name": "official/nexus",
3
-
"Version": "3.68.1-1",
3
+
"Version": "3.68.1-2",
4
4
"DisplayName": "Sonatype Nexus",
5
5
"Description": "The Nexus Repository is like the local warehouse where all of the parts and finished goods used in your software supply chain are stored and distributed.",
0 commit comments