Skip to content
Snippets Groups Projects
Unverified Commit 87fcf524 authored by paulfantom's avatar paulfantom
Browse files

Adjust links after repository migration

parent 7d5d6d6a
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ language: go ...@@ -4,7 +4,7 @@ language: go
go: go:
- "1.13.x" - "1.13.x"
go_import_path: github.com/coreos/kube-prometheus go_import_path: github.com/prometheus-operator/kube-prometheus
cache: cache:
directories: directories:
......
...@@ -8,7 +8,7 @@ The content of this project is written in [jsonnet](http://jsonnet.org/). This p ...@@ -8,7 +8,7 @@ The content of this project is written in [jsonnet](http://jsonnet.org/). This p
Components included in this package: Components included in this package:
* The [Prometheus Operator](https://github.com/coreos/prometheus-operator) * The [Prometheus Operator](https://github.com/prometheus-operator/prometheus-operator)
* Highly available [Prometheus](https://prometheus.io/) * Highly available [Prometheus](https://prometheus.io/)
* Highly available [Alertmanager](https://github.com/prometheus/alertmanager) * Highly available [Alertmanager](https://github.com/prometheus/alertmanager)
* [Prometheus node-exporter](https://github.com/prometheus/node_exporter) * [Prometheus node-exporter](https://github.com/prometheus/node_exporter)
...@@ -172,12 +172,12 @@ Install this library in your own project with [jsonnet-bundler](https://github.c ...@@ -172,12 +172,12 @@ Install this library in your own project with [jsonnet-bundler](https://github.c
$ mkdir my-kube-prometheus; cd my-kube-prometheus $ mkdir my-kube-prometheus; cd my-kube-prometheus
$ jb init # Creates the initial/empty `jsonnetfile.json` $ jb init # Creates the initial/empty `jsonnetfile.json`
# Install the kube-prometheus dependency # Install the kube-prometheus dependency
$ jb install github.com/coreos/kube-prometheus/jsonnet/kube-prometheus@release-0.4 # Creates `vendor/` & `jsonnetfile.lock.json`, and fills in `jsonnetfile.json` $ jb install github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus@release-0.4 # Creates `vendor/` & `jsonnetfile.lock.json`, and fills in `jsonnetfile.json`
``` ```
> `jb` can be installed with `go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb` > `jb` can be installed with `go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb`
> An e.g. of how to install a given version of this library: `jb install github.com/coreos/kube-prometheus/jsonnet/kube-prometheus@release-0.4` > An e.g. of how to install a given version of this library: `jb install github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus@release-0.4`
In order to update the kube-prometheus dependency, simply use the jsonnet-bundler update functionality: In order to update the kube-prometheus dependency, simply use the jsonnet-bundler update functionality:
```shell ```shell
...@@ -327,7 +327,7 @@ These are the available fields with their respective default values: ...@@ -327,7 +327,7 @@ These are the available fields with their respective default values:
kubeStateMetrics: "quay.io/coreos/kube-state-metrics", kubeStateMetrics: "quay.io/coreos/kube-state-metrics",
kubeRbacProxy: "quay.io/coreos/kube-rbac-proxy", kubeRbacProxy: "quay.io/coreos/kube-rbac-proxy",
nodeExporter: "quay.io/prometheus/node-exporter", nodeExporter: "quay.io/prometheus/node-exporter",
prometheusOperator: "quay.io/coreos/prometheus-operator", prometheusOperator: "quay.io/prometheus-operator/prometheus-operator",
}, },
prometheus+:: { prometheus+:: {
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
{ {
"source": { "source": {
"git": { "git": {
"remote": "https://github.com/coreos/prometheus-operator", "remote": "https://github.com/prometheus-operator/prometheus-operator",
"subdir": "jsonnet/prometheus-operator" "subdir": "jsonnet/prometheus-operator"
} }
}, },
......
// Strips spec.containers[].limits for certain containers // Strips spec.containers[].limits for certain containers
// https://github.com/coreos/kube-prometheus/issues/72 // https://github.com/prometheus-operator/kube-prometheus/issues/72
{ {
_config+:: { _config+:: {
resources+:: { resources+:: {
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
{ {
"source": { "source": {
"git": { "git": {
"remote": "https://github.com/coreos/prometheus-operator", "remote": "https://github.com/prometheus-operator/prometheus-operator",
"subdir": "jsonnet/prometheus-operator" "subdir": "jsonnet/prometheus-operator"
} }
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment