diff --git a/content/en/plugins/plugin-appname.md b/content/en/plugins/plugin-appname.md index 7eea24363b..965277101e 100644 --- a/content/en/plugins/plugin-appname.md +++ b/content/en/plugins/plugin-appname.md @@ -249,9 +249,11 @@ url: file:///opt/spinnaker/lib/local-plugins/appname/plugins.json with: ```yaml -url: https://armory.jfrog.io/artifactory/plugins/appname/plugins.json +url: https://example.com/plugins/appname/plugins.json ``` +An example plugins.json is available on the public armory plugins github at https://github.com/armory-plugins/pluginRepository + ## Usage The plugin allows you to configure different application name regex patterns and constraints for each cloud provider. For example: diff --git a/content/en/plugins/plugin-iam-authentication.md b/content/en/plugins/plugin-iam-authentication.md index 40f29a03be..c1e78b9964 100644 --- a/content/en/plugins/plugin-iam-authentication.md +++ b/content/en/plugins/plugin-iam-authentication.md @@ -318,9 +318,11 @@ url: file:///opt/spinnaker/lib/local-plugins/iam/plugins.json with: ```yaml -url: https://armory.jfrog.io/artifactory/plugins/iam/plugins.json +url: https://example.com/plugins/iam/plugins.json ``` +A plugins.json is available on the public armory plugins github at https://github.com/armory-plugins/pluginRepository + ## Known Issues ### PacketTooBigException diff --git a/content/en/plugins/scale-agent/_index.md b/content/en/plugins/scale-agent/_index.md index 80435e073c..2afae42796 100644 --- a/content/en/plugins/scale-agent/_index.md +++ b/content/en/plugins/scale-agent/_index.md @@ -54,7 +54,7 @@ The Scale Agent works with Armory Continuous Deployment v2.26+ and Spinnaker v1. {{< include "plugins/scale-agent/agent-compat-matrix.md" >}} -You can find a full list of previous releases in the [artifactory](https://armory.jfrog.io/artifactory/manifests/). +You can find a full list of releases [in our docs](https://docs.armory.io/plugins/scale-agent/release-notes/agent-service/). ## Docs organization diff --git a/content/en/plugins/scale-agent/install/advanced/service-deploy/helm.md b/content/en/plugins/scale-agent/install/advanced/service-deploy/helm.md index 34de9e88dd..ef41704a9d 100644 --- a/content/en/plugins/scale-agent/install/advanced/service-deploy/helm.md +++ b/content/en/plugins/scale-agent/install/advanced/service-deploy/helm.md @@ -28,7 +28,7 @@ Ensure you have completed the following steps before you install the Armory Scal To add the Armory chart repo, execute the following command: ```bash - helm repo add armory-charts http://armory.jfrog.io/artifactory/charts + helm repo add armory-charts https://armory-charts.s3.amazonaws.com/ ``` If you have previously added the chart repo, update it with the following commands: diff --git a/content/en/plugins/scale-agent/release-notes/agent-service/agent-service-v-0-6-2.md b/content/en/plugins/scale-agent/release-notes/agent-service/agent-service-v-0-6-2.md index 0a6f79d1ff..a937da748b 100644 --- a/content/en/plugins/scale-agent/release-notes/agent-service/agent-service-v-0-6-2.md +++ b/content/en/plugins/scale-agent/release-notes/agent-service/agent-service-v-0-6-2.md @@ -10,7 +10,7 @@ date: 2021-09-22 * You can now install the Armory Agent service with Helm: ``` -helm repo add armory-charts http://armory.jfrog.io/artifactory/charts +helm repo add armory-charts https://armory-charts.s3.amazonaws.com/ helm install armory-agent armory-charts/agent-k8s-full \ --set config.clouddriver.grpc=${CLOUDDRIVER_HOST_AND_PORT} ``` @@ -21,4 +21,4 @@ For more information, see {{< linkWithTitle "plugins/scale-agent/install/advance ## Known Issues -{{< include "release-notes/agent/ki-permissions-whitespace.md" >}} \ No newline at end of file +{{< include "release-notes/agent/ki-permissions-whitespace.md" >}} diff --git a/content/en/plugins/scale-agent/tasks/service-monitor.md b/content/en/plugins/scale-agent/tasks/service-monitor.md index b4739aa87d..1ffad39edd 100644 --- a/content/en/plugins/scale-agent/tasks/service-monitor.md +++ b/content/en/plugins/scale-agent/tasks/service-monitor.md @@ -36,4 +36,4 @@ spec: ## Import a Grafana dashboard -You can import [this Grafana dashboard definition](https://armory.jfrog.io/artifactory/manifests/kubesvc/armory-agent-dashboard.json) to use with Prometheus. +You can import [this Grafana dashboard definition](https://github.com/armory-io/agent-k8s-spinplug-releases/tree/master/monitoring) to use with Prometheus.