diff --git a/jsonnet/kube-prometheus/kube-prometheus.libsonnet b/jsonnet/kube-prometheus/kube-prometheus.libsonnet
index 497dbbbf2cc6dff9f2adfa179537d8ab49c17590..a33ccc1a5f6a66e564caa148f5c295e86722cb03 100644
--- a/jsonnet/kube-prometheus/kube-prometheus.libsonnet
+++ b/jsonnet/kube-prometheus/kube-prometheus.libsonnet
@@ -46,7 +46,7 @@ local configMapList = k3.core.v1.configMapList;
     namespace: 'default',
 
     versions+:: {
-      grafana: '6.2.2',
+      grafana: '6.4.3',
     },
 
     tlsCipherSuites: [
diff --git a/jsonnet/kube-prometheus/prometheus-adapter/prometheus-adapter.libsonnet b/jsonnet/kube-prometheus/prometheus-adapter/prometheus-adapter.libsonnet
index f950ed6981ba4d62d528019c7f8beb92517da661..42cf59e7cdd29fa8dd4bd336c52261866d20636a 100644
--- a/jsonnet/kube-prometheus/prometheus-adapter/prometheus-adapter.libsonnet
+++ b/jsonnet/kube-prometheus/prometheus-adapter/prometheus-adapter.libsonnet
@@ -5,7 +5,7 @@ local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet';
     namespace: 'default',
 
     versions+:: {
-      prometheusAdapter: 'v0.4.1',
+      prometheusAdapter: 'v0.5.0',
     },
 
     imageRepos+:: {
diff --git a/jsonnetfile.lock.json b/jsonnetfile.lock.json
index d54335479ca9fe60cdd21c3d1e115b043d4a18eb..5d054e2b0171308b64d49a743e91ee6ddeffb5a1 100644
--- a/jsonnetfile.lock.json
+++ b/jsonnetfile.lock.json
@@ -57,7 +57,7 @@
                     "subdir": "grafana"
                 }
             },
-            "version": "567be6b15b7f3b747c48dc7b111c1860cab121c7"
+            "version": "539a90dbf63c812ad0194d8078dd776868a11c81"
         },
         {
             "name": "prometheus-operator",
diff --git a/kustomization.yaml b/kustomization.yaml
index 95f9dc3d5f9769a20e95640e8fd198e090071611..a580ed8e6602627dd362095bc07356b0dc55d801 100644
--- a/kustomization.yaml
+++ b/kustomization.yaml
@@ -22,7 +22,6 @@ resources:
 - ./manifests/grafana-dashboardDefinitions.yaml
 - ./manifests/grafana-dashboardSources.yaml
 - ./manifests/grafana-deployment.yaml
-- ./manifests/grafana-rawDashboardDefinitions.yaml
 - ./manifests/grafana-service.yaml
 - ./manifests/grafana-serviceAccount.yaml
 - ./manifests/grafana-serviceMonitor.yaml
diff --git a/manifests/grafana-deployment.yaml b/manifests/grafana-deployment.yaml
index 4485b16590a575682f28ea074c73ba97ed5df4a0..e4bd4d734242e9e9b180855fb02f2ead12b2d9de 100644
--- a/manifests/grafana-deployment.yaml
+++ b/manifests/grafana-deployment.yaml
@@ -16,7 +16,7 @@ spec:
         app: grafana
     spec:
       containers:
-      - image: grafana/grafana:6.2.2
+      - image: grafana/grafana:6.4.3
         name: grafana
         ports:
         - containerPort: 3000
diff --git a/manifests/prometheus-adapter-deployment.yaml b/manifests/prometheus-adapter-deployment.yaml
index d2286d933d98af865d880589f1f66cd18e604cdb..2228106a9092e9d0b74afcf830d4dc22cea9059d 100644
--- a/manifests/prometheus-adapter-deployment.yaml
+++ b/manifests/prometheus-adapter-deployment.yaml
@@ -25,7 +25,7 @@ spec:
         - --metrics-relist-interval=1m
         - --prometheus-url=http://prometheus-k8s.monitoring.svc:9090/
         - --secure-port=6443
-        image: quay.io/coreos/k8s-prometheus-adapter-amd64:v0.4.1
+        image: quay.io/coreos/k8s-prometheus-adapter-amd64:v0.5.0
         name: prometheus-adapter
         ports:
         - containerPort: 6443